/TestOkHttp3.9.0

Bug with Cookie and ProGuard

Primary LanguageJava

TestOkHttp3.9.0

Bug with Cookie and ProGuard

Original issue: square/okhttp#3582

Solution

Add this to proguard-rules.pro:

-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase

Via square/okhttp#3647