android-proguard-snippets
android-proguard-snippets copied to clipboard
Guava snippet doen't work
The guava snippet didn't work for me. As described I added
provided 'javax.annotation:jsr250-api:1.0' to my dependecies.
But that didn't help. So I added
-dontwarn javax.annotation.**
-dontwarn sun.misc.Unsafe
to proguard-guava.pro
I too had this issue. Thanks @melbic for the tip.