possible fix for proguard errors in ide

This commit is contained in:
dkanada 2020-11-03 23:38:24 +09:00
commit 9ca9a2e086

View file

@ -3,7 +3,7 @@
# RetroFit
-dontwarn retrofit.**
-keep class retrofit.** { *; }
-keep class retrofit.**.* { *; }
-keepattributes Signature
-keepattributes Exceptions
@ -16,7 +16,7 @@
}
# Android
-keep class !android.support.v7.internal.view.menu.**,** { *; }
-keep class !android.support.v7.internal.view.menu.**.*,**.* { *; }
# Jellyfin API
-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }