Merge pull request #1158 from naturalwarren/ws_update_proguard

Update proguard rules to not warn on sun.misc package.
This commit is contained in:
Jake Wharton 2017-09-15 12:04:28 -04:00 committed by GitHub
commit 558c13918e

View File

@ -7,7 +7,7 @@
-keepattributes *Annotation*
# Gson specific classes
-keep class sun.misc.Unsafe { *; }
-dontwarn sun.misc.**
#-keep class com.google.gson.stream.** { *; }
# Application classes that will be serialized/deserialized over Gson