Skip to content

Commit

Permalink
Use bitcoin-kmp 0.18.0 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone authored Feb 20, 2024
1 parent ba4b1bc commit 0567020
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 @@ -27,7 +27,7 @@ val currentOs = org.gradle.internal.os.OperatingSystem.current()

kotlin {

val bitcoinKmpVersion = "0.18.0-SNAPSHOT" // when upgrading bitcoin-kmp, keep secpJniJvmVersion in sync!
val bitcoinKmpVersion = "0.18.0" // when upgrading bitcoin-kmp, keep secpJniJvmVersion in sync!
val secpJniJvmVersion = "0.14.0"

val serializationVersion = "1.6.2"
Expand Down

0 comments on commit 0567020

Please sign in to comment.