浏览代码

Maybe fix Firebase crashes

See https://github.com/firebase/firebase-android-sdk/issues/3507
arkon 1 年之前
父节点
当前提交
c48accb357
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      app/proguard-rules.pro

+ 5 - 1
app/proguard-rules.pro

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