We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe68c2 + 8d9ec91 commit e26b7faCopy full SHA for e26b7fa
build.gradle.kts
@@ -117,7 +117,7 @@ subprojects {
117
"commonTestImplementation"(kotlin("test-common"))
118
"commonTestImplementation"(kotlin("test-annotations-common"))
119
if (this@afterEvaluate.name != "firebase-crashlytics") {
120
- "jvmMainApi"("dev.gitlive:firebase-java-sdk:0.4.0")
+ "jvmMainApi"("dev.gitlive:firebase-java-sdk:0.4.2")
121
"jvmMainApi"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion") {
122
exclude("com.google.android.gms")
123
}
0 commit comments