MollyAppRemake/app/proguard/proguard-square-okhttp.pro
2025-03-14 14:37:12 +05: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.**