Bump jvm and android versions to 0.3.2
This commit is contained in:
parent
f601a17daa
commit
530031e088
@ -16,9 +16,9 @@ repositories {
|
||||
dependencies {
|
||||
|
||||
// for jvm
|
||||
implementation 'org.bitcoindevkit:bdk-jvm:0.3.1'
|
||||
implementation 'org.bitcoindevkit:bdk-jvm:0.3.2'
|
||||
// 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.
|
||||
groupId = 'org.bitcoindevkit'
|
||||
artifactId = 'bdk-android'
|
||||
version = '0.3.1'
|
||||
version = '0.3.2'
|
||||
|
||||
pom {
|
||||
name = 'bdk-android'
|
||||
|
@ -38,7 +38,7 @@ afterEvaluate {
|
||||
|
||||
groupId = 'org.bitcoindevkit'
|
||||
artifactId = 'bdk-jvm'
|
||||
version = '0.3.1'
|
||||
version = '0.3.2'
|
||||
|
||||
pom {
|
||||
name = 'bdk-jvm'
|
||||
|
Loading…
x
Reference in New Issue
Block a user