Bump jvm and android versions to 0.3.2

This commit is contained in:
Steve Myers 2022-02-03 20:02:28 -06:00
parent f601a17daa
commit 530031e088
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
3 changed files with 4 additions and 4 deletions

View File

@ -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'
}

View File

@ -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'

View File

@ -38,7 +38,7 @@ afterEvaluate {
groupId = 'org.bitcoindevkit'
artifactId = 'bdk-jvm'
version = '0.3.1'
version = '0.3.2'
pom {
name = 'bdk-jvm'