Skip to content

Commit

Permalink
Bump Firebase Android BoM to 32.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSkala committed Oct 14, 2023
1 parent 8afdde1 commit f205ebe
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 @@ -109,7 +109,7 @@ subprojects {
dependencies {
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4")
"androidMainImplementation"(platform("com.google.firebase:firebase-bom:31.4.0"))
"androidMainImplementation"(platform("com.google.firebase:firebase-bom:32.3.1"))
"commonTestImplementation"(kotlin("test-common"))
"commonTestImplementation"(kotlin("test-annotations-common"))
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
Expand Down

0 comments on commit f205ebe

Please sign in to comment.