Skip to content

Commit

Permalink
Use bitcoinj-core:0.14.7.bisq.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarguindzberg committed Jan 3, 2019
1 parent f4a40ca commit 8bf0e5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ configure(subprojects) {
}

repositories {
mavenLocal()
mavenCentral()
maven { url 'https://jitpack.io' }
}
Expand Down Expand Up @@ -136,7 +137,7 @@ configure(project(':assets')) {
exclude(module: 'protobuf-java')
exclude(module: 'bitcoinj-core')
}
compile("com.github.bisq-network.bitcoinj:bitcoinj-core:$bitcoinjVersion") {
compile("org.bitcoinj:bitcoinj-core:0.14.7.bisq.1-SNAPSHOT") {
exclude(module: 'protobuf-java')
}
compile "commons-codec:commons-codec:$codecVersion"
Expand Down Expand Up @@ -179,7 +180,7 @@ configure(project(':common')) {
exclude(module: 'protobuf-java')
exclude(module: 'bitcoinj-core')
}
compile("com.github.bisq-network.bitcoinj:bitcoinj-core:$bitcoinjVersion") {
compile("org.bitcoinj:bitcoinj-core:0.14.7.bisq.1-SNAPSHOT") {
exclude(module: 'jsr305')
exclude(module: 'slf4j-api')
exclude(module: 'guava')
Expand Down
2 changes: 1 addition & 1 deletion gradle/witness/gradle-witness.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencyVerification {
'org.springframework:spring-core:c451e8417adb2ffb2445636da5e44a2f59307c4100037a1fe387c3fba4f29b52',
'ch.qos.logback:logback-classic:e66efc674e94837344bc5b748ff510c37a44eeff86cbfdbf9e714ef2eb374013',
'network.bisq.libdohj:libdohj-core:b89d2a6ad6a5aff1fccf2d4e5f7cc8c31991746e61913bcec3e999c2b0d7c954',
'com.github.bisq-network.bitcoinj:bitcoinj-core:d148d9577cf96540f7f5367011f7626ff9c9f148f0bf903b541740d480652969',
// 'com.github.bisq-network.bitcoinj:bitcoinj-core:d148d9577cf96540f7f5367011f7626ff9c9f148f0bf903b541740d480652969',
'org.slf4j:slf4j-api:3a4cd4969015f3beb4b5b4d81dbafc01765fb60b8a439955ca64d8476fef553e',
'ch.qos.logback:logback-core:4cd46fa17d77057b39160058df2f21ebbc2aded51d0edcc25d2c1cecc042a005',
'com.google.code.findbugs:jsr305:766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7',
Expand Down

0 comments on commit 8bf0e5b

Please sign in to comment.