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
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
@ -81,3 +81,6 @@
|
|||||||
|
|
||||||
# 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 { *; }
|
Loading…
Reference in New Issue
Block a user