소스 검색

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