session-android/proguard-square-okhttp.pro
Jake McGinty 597f7bbafd refactor proguard rules
// FREEBIE
2015-04-02 14:49:45 -07:00

6 lines
184 B
Prolog

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