small changes to cab holder interface

This commit is contained in:
dkanada 2021-08-08 12:55:52 +09:00
commit ec649b5417
12 changed files with 6 additions and 201 deletions

View file

@ -3,7 +3,8 @@
-keep class com.dkanada.gramophone.**.* { *; }
-keepnames class **.* { *; }
-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile
-keepattributes LineNumberTable
# Jellyfin API
-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }