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