Files
Ontime/OnTime_Driver_live/app/okhttp3-proguard-rules.pro
2026-03-03 16:30:57 +07:00

7 lines
166 B
Prolog

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