Files
arcanechat-android/proguard-square-okhttp.pro
T
B. Petersen b1a00a03d2 Initial commit 🌱
2018-08-14 17:20:46 +02: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.**