mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-15 15:02:49 +01:00
chore(R8): Keep the backup models.
Gson will fail with gson.internal.linkedtreemap cannot be cast to class. Mainly because it's removed or obfuscated by R8. Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
parent
646ceaf4cb
commit
3c73891c44
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
@ -81,3 +81,6 @@
|
||||
|
||||
# Google OAuth
|
||||
-keep class com.google.api.client.** { *; }
|
||||
|
||||
# Keep backup models, otherwise gson fails on release builds.
|
||||
-keep class eu.kanade.tachiyomi.data.backup.models.** { *; }
|
Loading…
Reference in New Issue
Block a user