mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-15 15:02:49 +01: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:
parent
85165aafed
commit
0a6d37607c
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 { *; }
|
Loading…
Reference in New Issue
Block a user