-
Notifications
You must be signed in to change notification settings - Fork 102
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
Better Proguard Rules #54
Comments
Hi @MichaelEvans, Thanks for pointing this out. Our blanket Because of that we'll investigate removing our automated Thanks, |
Hi @MichaelEvans, Our most recent release Thanks for bringing this issue to our attention! Cheers, |
If you have any further comments/questions regarding this issue, please feel free to update or re-open this issue. Thanks again for raising this issue. |
In 1.13.3 you added consumer proguard rules - but they aren't really good ones. Rules like
-keep class com.appboy.** { *; }
keeps everything in the com.appboy namespace - which means that features that might not be used cannot be stripped by proguard.The text was updated successfully, but these errors were encountered: