Skip to content

Commit

Permalink
litecoinj-core 0.15.1.20190418
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyhnal-generalbytes committed Apr 23, 2019
1 parent 0299e0e commit 27aa5ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ allprojects {
jcenter()
}

group = 'org.bitcoinj'
group = 'org.litecoinj'
}
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ apply plugin: 'com.google.protobuf'
apply plugin: 'maven'
apply plugin: 'eclipse'

version = '0.15.2-SNAPSHOT'
archivesBaseName = 'bitcoinj-core'
eclipse.project.name = 'bitcoinj-core'
version = '0.15.1.20190418'
archivesBaseName = 'litecoinj-core'
eclipse.project.name = 'litecoinj-core'

dependencies {
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
Expand Down

0 comments on commit 27aa5ef

Please sign in to comment.