jamfish/app/proguard-rules.pro

18 lines
No EOL
452 B
Prolog

-dontwarn
-ignorewarnings
# RetroFit
-dontwarn retrofit.**
-keepattributes Signature
-keepattributes Exceptions
# Glide
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep class com.bumptech.glide.GeneratedAppGlideModuleImpl
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
# Jellyfin API
-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }