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.
1 parent b699476 commit e2f2b19Copy full SHA for e2f2b19
build.gradle.kts
@@ -115,7 +115,7 @@ subprojects {
115
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
116
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
117
if (this@afterEvaluate.name != "firebase-crashlytics") {
118
- "jvmMainApi"("dev.gitlive:firebase-java-sdk:0.1.1")
+ "jvmMainApi"("dev.gitlive:firebase-java-sdk:0.1.2")
119
"jvmMainApi"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.0") {
120
exclude("com.google.android.gms")
121
}
0 commit comments