commit
d19d999db9
1 changed files with 7 additions and 6 deletions
13
app/proguard-rules.pro
vendored
13
app/proguard-rules.pro
vendored
|
|
@ -1,6 +1,13 @@
|
|||
-dontwarn
|
||||
-ignorewarnings
|
||||
|
||||
-keep class com.dkanada.gramophone.**.* { *; } # Keep all Gelli classes and attributes
|
||||
-keepnames class **.* { *; } # Keep class and attribute names
|
||||
-keepattributes SourceFile,LineNumberTable # Keep file names/line numbers
|
||||
|
||||
# Jellyfin API
|
||||
-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }
|
||||
|
||||
# RetroFit
|
||||
-dontwarn retrofit.**
|
||||
-keep class retrofit.**.* { *; }
|
||||
|
|
@ -14,9 +21,3 @@
|
|||
**[] $VALUES;
|
||||
public *;
|
||||
}
|
||||
|
||||
# Android
|
||||
-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