Skip to content

Commit a1b912b

Browse files
committed
Removed duplicated classes from bitcoin package
1 parent f183496 commit a1b912b

File tree

7 files changed

+16
-601
lines changed

7 files changed

+16
-601
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
buildscript {
22
repositories {
3+
maven {
4+
url "https://deps.rsklabs.io"
5+
}
36
jcenter()
47
}
58

@@ -10,6 +13,9 @@ buildscript {
1013

1114
allprojects {
1215
repositories {
16+
maven {
17+
url "https://deps.rsklabs.io"
18+
}
1319
jcenter()
1420
}
1521

core/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ apply plugin: 'com.google.protobuf'
33
apply plugin: 'maven'
44
apply plugin: 'eclipse'
55

6-
version = '0.15.6-rsk-2'
6+
version = '0.15.6-rsk-3'
77
archivesBaseName = 'bitcoinj-core'
88
eclipse.project.name = 'bitcoinj-core'
99

1010
dependencies {
11+
compile 'co.rsk:native:1.2.1'
1112
compile 'org.bouncycastle:bcprov-jdk15to18:1.63'
1213
implementation 'com.google.guava:guava:28.1-android'
1314
compile 'com.google.protobuf:protobuf-java:3.6.1'

0 commit comments

Comments
 (0)