Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Maybe fix Firebase crashes

See https://github.com/firebase/firebase-android-sdk/issues/3507
Cette révision appartient à :
arkon 2023-04-23 11:59:44 -04:00
Parent 418e6a8b3a
révision c48accb357

Voir le fichier

@ -69,4 +69,8 @@
##---------------End: proguard configuration for kotlinx.serialization ----------
# XmlUtil
-keep public enum nl.adaptivity.xmlutil.EventType { *; }
-keep public enum nl.adaptivity.xmlutil.EventType { *; }
# Firebase
-keep class com.google.firebase.installations.** { *; }
-keep interface com.google.firebase.installations.** { *; }