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 # TUSKY SPECIFIC OPTIONS
## for okhttp ## for okhttp
-dontwarn okio.** -dontwarn javax.annotation.**
-dontwarn javax.annotation.Nullable -keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn javax.annotation.ParametersAreNonnullByDefault -dontwarn org.codehaus.mojo.animal_sniffer.*
-dontwarn org.conscrypt.** -dontwarn okhttp3.internal.platform.ConscryptPlatform
## for picasso ## for picasso
-dontwarn com.squareup.okhttp.** -dontwarn com.squareup.okhttp.**