revert java version bump until android studio has better support

This commit is contained in:
dkanada 2021-08-07 13:11:02 +09:00
commit dbacad4e6c
3 changed files with 7 additions and 7 deletions

View file

@ -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.**.* { *; }