Skip to content

Commit b699476

Browse files
authored
Merge pull request #424 from MattSkala/chore/upgrade-android-sdk
Bump Firebase Android BoM to 32.3.1
2 parents 8afdde1 + f205ebe commit b699476

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
@@ -109,7 +109,7 @@ subprojects {
109109
dependencies {
110110
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
111111
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4")
112-
"androidMainImplementation"(platform("com.google.firebase:firebase-bom:31.4.0"))
112+
"androidMainImplementation"(platform("com.google.firebase:firebase-bom:32.3.1"))
113113
"commonTestImplementation"(kotlin("test-common"))
114114
"commonTestImplementation"(kotlin("test-annotations-common"))
115115
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")

0 commit comments

Comments
 (0)