Skip to content

Commit

Permalink
Removed duplicated classes from bitcoin package
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs committed Feb 18, 2022
1 parent f183496 commit a1b912b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 601 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
buildscript {
repositories {
maven {
url "https://deps.rsklabs.io"
}
jcenter()
}

Expand All @@ -10,6 +13,9 @@ buildscript {

allprojects {
repositories {
maven {
url "https://deps.rsklabs.io"
}
jcenter()
}

Expand Down
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ apply plugin: 'com.google.protobuf'
apply plugin: 'maven'
apply plugin: 'eclipse'

version = '0.15.6-rsk-2'
version = '0.15.6-rsk-3'
archivesBaseName = 'bitcoinj-core'
eclipse.project.name = 'bitcoinj-core'

dependencies {
compile 'co.rsk:native:1.2.1'
compile 'org.bouncycastle:bcprov-jdk15to18:1.63'
implementation 'com.google.guava:guava:28.1-android'
compile 'com.google.protobuf:protobuf-java:3.6.1'
Expand Down
Loading

0 comments on commit a1b912b

Please sign in to comment.