Files
Ontime/OnTime_Driver_live/app/okhttp3-proguard-rules.pro
2026-03-11 15:29:37 +07:00

7 lines
166 B
Prolog
Executable File

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