session-android/app/proguard/proguard-square-okhttp.pro

6 lines
184 B
Prolog
Raw Permalink Normal View History

2015-04-01 18:04:23 -07:00
# OkHttp
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
-dontwarn com.squareup.okhttp.**