Skip to content

Commit

Permalink
build.gradle: update bitcoinj to 0.17-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach authored and msgilligan committed Jan 22, 2025
1 parent aafe6e0 commit d88d2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secp-bitcoinj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext.moduleName = 'org.bitcoinj.secp.bitcoinj'

dependencies {
api project(':secp-api')
api("org.bitcoinj:bitcoinj-core:0.17-rc1");
api("org.bitcoinj:bitcoinj-core:0.17-rc2");

implementation project(':secp-bouncy')
implementation project(':secp-ffm')
Expand Down

0 comments on commit d88d2a5

Please sign in to comment.