update proguard rules

This commit is contained in:
Felix 2017-04-06 00:35:23 +02:00
parent 34ae03d6f3
commit 1c450d0683

View file

@ -22,4 +22,7 @@
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain declared checked exceptions for use by a Proxy instance.
-keepattributes Exceptions
-keepattributes Exceptions
-dontwarn javax.annotation.**
-dontwarn sun.misc.Unsafe
-dontwarn okio.**