Update retrofit2 proguard rules

This commit is contained in:
tomaThomas 2024-12-07 12:30:37 +01:00
parent e80082d5a8
commit 775301f668
No known key found for this signature in database
GPG key ID: DEE963DC84059108

View file

@ -31,6 +31,9 @@
# RetroFit
-dontwarn retrofit.**
-keep class retrofit.** { *; }
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
-keep,allowobfuscation,allowshrinking class retrofit2.Response
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
# Glide
-keep public class * implements com.bumptech.glide.module.GlideModule