diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index a138b4ca..8f4ae0ab 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -3,6 +3,7 @@ # RetroFit -dontwarn retrofit.** +-keep class retrofit.** { *; } -keepattributes Signature -keepattributes Exceptions @@ -14,5 +15,8 @@ public *; } +# Android +-keep class !android.support.v7.internal.view.menu.**,** { *; } + # Jellyfin API --keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; } \ No newline at end of file +-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }