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:
parent
85165aafed
commit
0a6d37607c
1 changed files with 4 additions and 1 deletions
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 a new issue