Programing/Android / Java
[Android][Proguard] square-okhttp proguard
빅터크룸
2019. 5. 5. 14:16
# OkHttp |
-keepattributes Signature |
-keepattributes *Annotation* |
-keep class com.squareup.okhttp.** { *; } |
-keep interface com.squareup.okhttp.** { *; } |
-dontwarn com.squareup.okhttp.** |