We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The sample proguard config specifies to keep sun.misc. This seems really strange since that package ships with the runtime.
sun.misc
gson/examples/android-proguard-example/proguard.cfg
Line 10 in d9cc7bc
Should we update the proguard config to use don't warn? This seems to the precedent:
RxJava: ReactiveX/RxJava#1415 PlayServices: krschultz/android-proguard-snippets#116
The text was updated successfully, but these errors were encountered:
The 'android-proguard-snippets' repo is a tragedy of the commons and should never be used to justify correct rules.
But yeah, this should be -dontwarn. Want to PR?
-dontwarn
Sorry, something went wrong.
Will do, thanks Jake.
No branches or pull requests
The sample proguard config specifies to keep
sun.misc
. This seems really strange since that package ships with the runtime.gson/examples/android-proguard-example/proguard.cfg
Line 10 in d9cc7bc
Should we update the proguard config to use don't warn? This seems to the precedent:
RxJava: ReactiveX/RxJava#1415
PlayServices: krschultz/android-proguard-snippets#116
The text was updated successfully, but these errors were encountered: