update proguard rules for okhttp

This commit is contained in:
Conny Duck 2018-12-17 16:00:53 +01:00
parent a445c12094
commit dd8d2131f7

View file

@ -44,10 +44,10 @@
# TUSKY SPECIFIC OPTIONS
## for okhttp
-dontwarn okio.**
-dontwarn javax.annotation.Nullable
-dontwarn javax.annotation.ParametersAreNonnullByDefault
-dontwarn org.conscrypt.**
-dontwarn javax.annotation.**
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn org.codehaus.mojo.animal_sniffer.*
-dontwarn okhttp3.internal.platform.ConscryptPlatform
## for picasso
-dontwarn com.squareup.okhttp.**