signal-android/app/proguard/proguard-square-okhttp.pro
2025-11-20 09:26:33 +01:00

6 lines
No EOL
184 B
Prolog

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