6 lines
No EOL
184 B
Prolog
6 lines
No EOL
184 B
Prolog
# OkHttp
|
|
-keepattributes Signature
|
|
-keepattributes *Annotation*
|
|
-keep class com.squareup.okhttp.** { *; }
|
|
-keep interface com.squareup.okhttp.** { *; }
|
|
-dontwarn com.squareup.okhttp.** |