We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ed496 commit 9ea4605Copy full SHA for 9ea4605
1 file changed
build.gradle
@@ -94,7 +94,7 @@ if (project.hasProperty("signing.keyId")) {
94
}
95
96
dependencies {
97
- compile group: 'org.bitcoinj', name: 'bitcoinj-core', version: '0.14.7'
+ compile group: 'org.bitcoinj', name: 'bitcoinj-core', version: '0.15.6'
98
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.62'
99
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
100
compile 'com.google.guava:guava:28.0-jre'
0 commit comments