Firebase 추가

Crashlytics 추가
RemoteConfig 이용한 강제 업데이트 로직 추가
This commit is contained in:
2023-07-25 02:40:41 +09:00
parent edbaceba0b
commit fd8c4e726d
10 changed files with 380 additions and 8 deletions

View File

@@ -22,6 +22,8 @@ plugins {
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id "org.jlleitschuh.gradle.ktlint" version "11.2.0"
id 'com.google.gms.google-services' version '4.3.15' apply false
id("com.google.firebase.crashlytics") version "2.9.7" apply false
}
task clean(type: Delete) {