fix: proguard removing the RestoreOptions class.

It breaks the syncing and gives NullPointer error on release and preview version.

Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
KaiserBh 2023-12-31 01:40:53 +11:00
parent 85165aafed
commit 0a6d37607c
No known key found for this signature in database
GPG Key ID: 14D73B142042BBA9

View File

@ -80,4 +80,7 @@
-keep class com.google.api.services.** { *; }
# 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 { *; }