We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6c591c + 10e6c04 commit 8bf6b6bCopy full SHA for 8bf6b6b
build.gradle.kts
@@ -118,7 +118,7 @@ subprojects {
118
"commonTestImplementation"(kotlin("test-common"))
119
"commonTestImplementation"(kotlin("test-annotations-common"))
120
if (this@afterEvaluate.name != "firebase-crashlytics") {
121
- "jvmMainApi"("dev.gitlive:firebase-java-sdk:0.4.2")
+ "jvmMainApi"("dev.gitlive:firebase-java-sdk:0.4.3")
122
"jvmMainApi"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion") {
123
exclude("com.google.android.gms")
124
}
0 commit comments