Skip to content

Commit

Permalink
downgrade kotlinx-serialization to 1.7.1 for ios compat
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique Padiou <5765435+dpad85@users.noreply.github.com>
  • Loading branch information
pm47 and dpad85 authored Sep 18, 2024
1 parent ac2fed5 commit ebc6124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kotlin {
val bitcoinKmpVersion = "0.20.0" // when upgrading bitcoin-kmp, keep secpJniJvmVersion in sync!
val secpJniJvmVersion = "0.15.0"

val serializationVersion = "1.7.2"
val serializationVersion = "1.7.1"
val coroutineVersion = "1.9.0"
val datetimeVersion = "0.6.0"
val ktorVersion = "2.3.12"
Expand Down

0 comments on commit ebc6124

Please sign in to comment.