diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index b08d893..057ccc3 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,5 +1,12 @@ -keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation +-keep class retrofit2.** { *; } +-keepattributes *Annotation* +-keep class com.squareup.okhttp.** { *; } +-keep interface com.squareup.okhttp.** { *; } +-keep class okhttp3.** { *; } +-keep interface okhttp3.** { *; } + -keepattributes RuntimeVisibleAnnotations,AnnotationDefault -dontwarn okhttp3.internal.platform.**