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
{{ message }}
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
No need to prevent proguarding of all Protobuf.
Just remove the warning for the referenced class with this in your proguard rules: -dontwarn sun.misc.Unsafe
This will help make your apk smaller while ditching the warnings
first apologize that I'm lazy to make a pull request...
api23+ is building with OpenJDK instead of Oracle JDK, which doesn't have sun.misc.Unsafe.
adding
to
proguard-google-play-services.pro
fixes warning:which renderes "Generate signed APK" to fail.
I dunno what side-effects would this introduce, tho.
The text was updated successfully, but these errors were encountered: