[Android][Proguard] square-okhttp proguard

2019. 5. 5. 14:16Programing/Android / Java

 

# OkHttp
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
-dontwarn com.squareup.okhttp.**