refactor: remove proguard rules for keeping the class.

Don't need this anymore as upstream fixed the issue.

Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
KaiserBh 2024-01-02 08:14:44 +11:00
parent e0e433349b
commit fa5210aa77
No known key found for this signature in database
GPG Key ID: 14D73B142042BBA9

View File

@ -81,6 +81,3 @@
# Google OAuth # Google OAuth
-keep class com.google.api.client.** { *; } -keep class com.google.api.client.** { *; }
# Restore options
-keep class eu.kanade.tachiyomi.data.backup.restore.RestoreOptions { *; }