본문 바로가기
Programing/Android / Java

[Android][Proguard] square-okhttp proguard

by CtrlCV맨 2019. 5. 5.
728x90

 

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