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 0cb1360 commit dc3cc4eCopy full SHA for dc3cc4e
app/build.gradle
@@ -91,7 +91,7 @@ dependencies {
91
92
implementation "com.squareup.retrofit2:retrofit:2.11.0"
93
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
94
- implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0'
+ implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1'
95
implementation "com.squareup.okhttp3:logging-interceptor:4.12.0"
96
97
testImplementation "junit:junit:4.13.2"
0 commit comments