Signal-Android/proguard-square-okhttp.pro

6 wiersze
184 B
Prolog
Czysty Zwykły widok Historia

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