fix production build after upgrading okhttp
This commit is contained in:
parent
e82c9dcd2a
commit
d4d764ab2d
1 changed files with 1 additions and 0 deletions
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
|
@ -20,6 +20,7 @@
|
||||||
-dontwarn okio.**
|
-dontwarn okio.**
|
||||||
-dontwarn javax.annotation.Nullable
|
-dontwarn javax.annotation.Nullable
|
||||||
-dontwarn javax.annotation.ParametersAreNonnullByDefault
|
-dontwarn javax.annotation.ParametersAreNonnullByDefault
|
||||||
|
-dontwarn org.conscrypt.**
|
||||||
|
|
||||||
## for picasso
|
## for picasso
|
||||||
-dontwarn com.squareup.okhttp.**
|
-dontwarn com.squareup.okhttp.**
|
||||||
|
|
Loading…
Reference in a new issue