We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0fd99e + 698e222 commit 10e6c04Copy full SHA for 10e6c04
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.2")
+ "jvmMainApi"("dev.gitlive:firebase-java-sdk:0.4.3")
121
"jvmMainApi"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion") {
122
exclude("com.google.android.gms")
123
}
0 commit comments