You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jraw fails to build a signed config with proguard,
to make it work I have to use -dontobfuscate.
this is the config I'am using ( after looking at #86 )
-keep enum net.dean.jraw.models.meta.Model$Kind {
public *;
}
-keep class * implements net.dean.jraw.models.meta.JsonSerializer {
public <init>(...);
}
-keep class * extends net.dean.jraw.models.JsonModel {
public <init>(...);
}
-dontwarn com.google.auto.value.**
I tried to fix some errors, but I had a lot both on this lib and the android-extension (SharedPreferencesTokenStore), and they keep on coming,
Can we have a definitive nad up-to-date .pro file to add to our project?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
Jraw fails to build a signed config with proguard,
to make it work I have to use -dontobfuscate.
this is the config I'am using ( after looking at #86 )
I tried to fix some errors, but I had a lot both on this lib and the android-extension (SharedPreferencesTokenStore), and they keep on coming,
Can we have a definitive nad up-to-date .pro file to add to our project?
Thanks in advance
The text was updated successfully, but these errors were encountered: