possible fix for proguard errors in ide
This commit is contained in:
parent
02b06c8bcf
commit
9ca9a2e086
1 changed files with 2 additions and 2 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
|
@ -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.**.* { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue