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 6e2adc6 commit 1408525Copy full SHA for 1408525
app/build.gradle
@@ -88,7 +88,7 @@ dependencies {
88
implementation "io.ktor:ktor-client-android:$ktor_version"
89
implementation "io.ktor:ktor-client-core:$ktor_version"
90
implementation "io.ktor:ktor-client-logging:$ktor_version"
91
- implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1"
+ implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2"
92
implementation "org.slf4j:slf4j-android:1.7.36"
93
implementation platform("com.google.firebase:firebase-bom:32.6.0")
94
testImplementation "androidx.test.ext:junit-ktx:1.1.5"
0 commit comments