Skip to content

Commit

Permalink
Merge pull request #507 from GitLiveApp/nbransby-patch-1
Browse files Browse the repository at this point in the history
Update firebase-java to 0.4.2
  • Loading branch information
nbransby authored May 8, 2024
2 parents 9fe68c2 + 8d9ec91 commit e26b7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ subprojects {
"commonTestImplementation"(kotlin("test-common"))
"commonTestImplementation"(kotlin("test-annotations-common"))
if (this@afterEvaluate.name != "firebase-crashlytics") {
"jvmMainApi"("dev.gitlive:firebase-java-sdk:0.4.0")
"jvmMainApi"("dev.gitlive:firebase-java-sdk:0.4.2")
"jvmMainApi"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$coroutinesVersion") {
exclude("com.google.android.gms")
}
Expand Down

0 comments on commit e26b7fa

Please sign in to comment.