Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

6 lines
157 B
Prolog

-keepattributes Signature
-keepattributes *Annotation*
-keep class okhttp3.** { *; }
-keep interface okhttp3.** { *; }
-dontwarn okhttp3.**
-dontwarn okio.**