session-android/messenger/proguard/proguard-square-okhttp.pro
Anton Chekulaev f0ba1d5ea2 Messenger module uses default project file layout.
Outdated unit tests temporary disabled.
2020-11-24 18:49:34 +11: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.**