Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest proguard/R8 config? #275

Open
KirkBushman opened this issue Aug 20, 2018 · 0 comments
Open

Latest proguard/R8 config? #275

KirkBushman opened this issue Aug 20, 2018 · 0 comments

Comments

@KirkBushman
Copy link

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 )

-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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant