diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 0623f65d..7068c9a0 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,7 +1,14 @@ -dontwarn -ignorewarnings -# RetroFit +-keep class com.dkanada.gramophone.**.* { *; } # Keep all Gelli classes and attributes +-keepnames class **.* { *; } # Keep class and attribute names +-keepattributes SourceFile,LineNumberTable # Keep file names/line numbers + +# Jellyfin API +-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; } + +# Retrofit -dontwarn retrofit.** -keep class retrofit.**.* { *; } -keepattributes Signature @@ -14,9 +21,3 @@ **[] $VALUES; public *; } - -# Android --keep class !android.support.v7.internal.view.menu.**.*,**.* { *; } - -# Jellyfin API --keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }