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.
2 parents 8afdde1 + f205ebe commit b699476Copy full SHA for b699476
build.gradle.kts
@@ -109,7 +109,7 @@ subprojects {
109
dependencies {
110
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
111
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4")
112
- "androidMainImplementation"(platform("com.google.firebase:firebase-bom:31.4.0"))
+ "androidMainImplementation"(platform("com.google.firebase:firebase-bom:32.3.1"))
113
"commonTestImplementation"(kotlin("test-common"))
114
"commonTestImplementation"(kotlin("test-annotations-common"))
115
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
0 commit comments