mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Maybe fix Firebase crashes
See https://github.com/firebase/firebase-android-sdk/issues/3507
This commit is contained in:
parent
418e6a8b3a
commit
c48accb357
1 changed files with 5 additions and 1 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
@ -70,3 +70,7 @@
|
|||
|
||||
# XmlUtil
|
||||
-keep public enum nl.adaptivity.xmlutil.EventType { *; }
|
||||
|
||||
# Firebase
|
||||
-keep class com.google.firebase.installations.** { *; }
|
||||
-keep interface com.google.firebase.installations.** { *; }
|
Loading…
Reference in a new issue