Skip to content

Commit

Permalink
secp-bitcoinj module: Upgrade to bitcoinj-0.17-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Aug 25, 2024
1 parent e70fe40 commit ad6f39a
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-alpha3");
api("org.bitcoinj:bitcoinj-core:0.17-beta1");

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

0 comments on commit ad6f39a

Please sign in to comment.