Skip to content

Commit

Permalink
Bump Kotlinx Serialization to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 12, 2024
1 parent 11a096b commit 7fabcba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ object deps {

object kotlin {

private const val serializationVersion = "1.3.3"
private const val serializationVersion = "1.7.1"

const val stdLib = "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
const val coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.coroutines}"
const val serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion"
}
Expand Down

0 comments on commit 7fabcba

Please sign in to comment.