Skip to content

Commit

Permalink
Use bitcoin-kmp 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Nov 27, 2024
1 parent 6cc534c commit 0dc7395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ val currentOs = org.gradle.internal.os.OperatingSystem.current()

kotlin {

val bitcoinKmpVersion = "0.20.0" // when upgrading bitcoin-kmp, keep secpJniJvmVersion in sync!
val secpJniJvmVersion = "0.15.0"
val bitcoinKmpVersion = "0.21.0" // when upgrading bitcoin-kmp, keep secpJniJvmVersion in sync!
val secpJniJvmVersion = "0.16.0"

val serializationVersion = "1.6.2"
val coroutineVersion = "1.7.3"
Expand Down

0 comments on commit 0dc7395

Please sign in to comment.