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.
1 parent 77c816c commit fb425c7Copy full SHA for fb425c7
app/build.gradle
@@ -91,7 +91,7 @@ dependencies {
91
implementation "io.ktor:ktor-client-logging:$ktor_version"
92
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1"
93
implementation "org.slf4j:slf4j-android:1.7.36"
94
- implementation platform("com.google.firebase:firebase-bom:32.6.0")
+ implementation platform("com.google.firebase:firebase-bom:32.8.1")
95
testImplementation "androidx.test.ext:junit-ktx:1.1.5"
96
testImplementation "junit:junit:4.13.2"
97
testImplementation "org.mockito.kotlin:mockito-kotlin:5.1.0"
0 commit comments