Bump jvm and android versions to 0.3.2
This commit is contained in:
parent
f601a17daa
commit
530031e088
@ -16,9 +16,9 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
// for jvm
|
// for jvm
|
||||||
implementation 'org.bitcoindevkit:bdk-jvm:0.3.1'
|
implementation 'org.bitcoindevkit:bdk-jvm:0.3.2'
|
||||||
// OR for android
|
// OR for android
|
||||||
implementation 'org.bitcoindevkit:bdk-android:0.3.1'
|
implementation 'org.bitcoindevkit:bdk-android:0.3.2'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ afterEvaluate {
|
|||||||
// You can then customize attributes of the publication as shown below.
|
// You can then customize attributes of the publication as shown below.
|
||||||
groupId = 'org.bitcoindevkit'
|
groupId = 'org.bitcoindevkit'
|
||||||
artifactId = 'bdk-android'
|
artifactId = 'bdk-android'
|
||||||
version = '0.3.1'
|
version = '0.3.2'
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = 'bdk-android'
|
name = 'bdk-android'
|
||||||
|
@ -38,7 +38,7 @@ afterEvaluate {
|
|||||||
|
|
||||||
groupId = 'org.bitcoindevkit'
|
groupId = 'org.bitcoindevkit'
|
||||||
artifactId = 'bdk-jvm'
|
artifactId = 'bdk-jvm'
|
||||||
version = '0.3.1'
|
version = '0.3.2'
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = 'bdk-jvm'
|
name = 'bdk-jvm'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user