mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
- 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
8 lines
294 B
Text
8 lines
294 B
Text
# 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
|