Maybe fix Firebase crashes
See https://github.com/firebase/firebase-android-sdk/issues/3507 (cherry picked from commit c48accb3572d79c772875436939f7141cf5f9423) # Conflicts: # app/proguard-rules.pro
This commit is contained in:
parent
864de368ee
commit
cf752a0d88
1 changed files with 4 additions and 0 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
|
@ -121,6 +121,10 @@
|
|||
# XmlUtil
|
||||
-keep public enum nl.adaptivity.xmlutil.EventType { *; }
|
||||
|
||||
# Firebase
|
||||
-keep class com.google.firebase.installations.** { *; }
|
||||
-keep interface com.google.firebase.installations.** { *; }
|
||||
|
||||
# SY -->
|
||||
# SqlCipher
|
||||
-keepclassmembers class net.zetetic.database.sqlcipher.SQLiteCustomFunction { *; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue