fix some issues with proguard rules
This commit is contained in:
parent
71b5108520
commit
621e4318a7
1 changed files with 5 additions and 1 deletions
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
# RetroFit
|
# RetroFit
|
||||||
-dontwarn retrofit.**
|
-dontwarn retrofit.**
|
||||||
|
-keep class retrofit.** { *; }
|
||||||
-keepattributes Signature
|
-keepattributes Signature
|
||||||
-keepattributes Exceptions
|
-keepattributes Exceptions
|
||||||
|
|
||||||
|
|
@ -14,5 +15,8 @@
|
||||||
public *;
|
public *;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Android
|
||||||
|
-keep class !android.support.v7.internal.view.menu.**,** { *; }
|
||||||
|
|
||||||
# Jellyfin API
|
# Jellyfin API
|
||||||
-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }
|
-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue