revert java version bump until android studio has better support
This commit is contained in:
parent
4cf637bda1
commit
dbacad4e6c
3 changed files with 7 additions and 7 deletions
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
|
@ -1,9 +1,9 @@
|
|||
-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
|
||||
-keep class com.dkanada.gramophone.**.* { *; }
|
||||
-keepnames class **.* { *; }
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# Jellyfin API
|
||||
-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue