fix some issues with proguard rules

This commit is contained in:
dkanada 2020-11-02 12:48:31 +09:00
commit 621e4318a7

View file

@ -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.**.* { *; }