Signal-Android/app/proguard/proguard-square-okhttp.pro

6 lines
184 B
Prolog
Raw Permalink Normal View History

2015-04-02 03:04:23 +02:00
# OkHttp
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
-dontwarn com.squareup.okhttp.**