mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 04:49:33 +02:00
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:
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@@ -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 { *; }
|
Reference in New Issue
Block a user