Maybe fix Firebase crashes
See https://github.com/firebase/firebase-android-sdk/issues/3507
This commit is contained in:
parent
418e6a8b3a
commit
c48accb357
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
@ -69,4 +69,8 @@
|
|||||||
##---------------End: proguard configuration for kotlinx.serialization ----------
|
##---------------End: proguard configuration for kotlinx.serialization ----------
|
||||||
|
|
||||||
# XmlUtil
|
# 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.** { *; }
|
Loading…
Reference in New Issue
Block a user