Maybe fix Firebase crashes

See https://github.com/firebase/firebase-android-sdk/issues/3507
This commit is contained in:
arkon 2023-04-23 11:59:44 -04:00
parent 418e6a8b3a
commit c48accb357

View File

@ -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.** { *; }