Skip to content

Commit e26b7fa

Browse files
authored
Merge pull request #507 from GitLiveApp/nbransby-patch-1
Update firebase-java to 0.4.2
2 parents 9fe68c2 + 8d9ec91 commit e26b7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ subprojects {
117117
"commonTestImplementation"(kotlin("test-common"))
118118
"commonTestImplementation"(kotlin("test-annotations-common"))
119119
if (this@afterEvaluate.name != "firebase-crashlytics") {
120-
"jvmMainApi"("dev.gitlive:firebase-java-sdk:0.4.0")
120+
"jvmMainApi"("dev.gitlive:firebase-java-sdk:0.4.2")
121121
"jvmMainApi"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion") {
122122
exclude("com.google.android.gms")
123123
}

0 commit comments

Comments
 (0)