Maybe fix Firebase crashes
See https://github.com/firebase/firebase-android-sdk/issues/3507
Cette révision appartient à :
Parent
418e6a8b3a
révision
c48accb357
1 fichiers modifiés avec 5 ajouts et 1 suppressions
6
app/proguard-rules.pro
externe
6
app/proguard-rules.pro
externe
|
@ -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.** { *; }
|
Référencer dans un nouveau ticket