parent
212f35cb8b
commit
7fe197e3b6
1 changed files with 6 additions and 1 deletions
7
app/proguard-rules.pro
vendored
7
app/proguard-rules.pro
vendored
|
@ -20,4 +20,9 @@
|
|||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
-keepnames class dev.jdtech.jellyfin.models.PlayerItem
|
||||
-keepnames class dev.jdtech.jellyfin.models.PlayerItem
|
||||
|
||||
# Keep all mpvlib methods because proguard removes some which makes the app crash
|
||||
-keep class is.xyz.libmpv.MPVLib {
|
||||
*;
|
||||
}
|
Loading…
Reference in a new issue