Adding proguard warning exemptions for okhttp
This commit is contained in:
parent
b39d264d46
commit
652daa2c3c
@ -111,3 +111,8 @@
|
||||
-dontwarn org.apache.http.conn.ssl.DefaultHostnameVerifier
|
||||
|
||||
-dontwarn org.apache.http.HttpHost
|
||||
|
||||
# Needed for okhttp
|
||||
-dontwarn okio.**
|
||||
-dontwarn javax.annotation.Nullable
|
||||
-dontwarn javax.annotation.ParametersAreNonnullByDefault
|
||||
|
Loading…
Reference in New Issue
Block a user