Dont warn on sun.misc package.

This commit is contained in:
Warren Smith 2017-09-15 08:18:32 -07:00
parent d9cc7bc60b
commit 9f8ace9ac4
1 changed files with 1 additions and 1 deletions

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