
- Upgrade to latest version - Use api dependency, since application code that uses the extension more has to use OkHttp directly to make an OkHttpClient instance - Add proguard configuration Issue #4059 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191422594
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
# Proguard rules specific to the OkHttp extension.
|
|
|
|
# Options specified by https://github.com/square/okhttp/blob/master/README.md
|
|
-dontwarn okhttp3.**
|
|
-dontwarn okio.**
|
|
-dontwarn javax.annotation.**
|
|
-dontwarn org.conscrypt.**
|
|
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
|