Skip to content

Commit

Permalink
update kotlin serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
axiel7 committed Dec 4, 2023
1 parent c0bc971 commit 3bdb674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
implementation("io.ktor:ktor-client-auth:$ktorVersion")
implementation("io.ktor:ktor-client-logging:$ktorVersion")

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")

//Utils
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
Expand Down

0 comments on commit 3bdb674

Please sign in to comment.