Bump jvm and android versions to 0.3.1

This commit is contained in:
Steve Myers 2022-01-30 21:25:25 -06:00
parent 7b060f2e7e
commit 438f05a39a
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.0'
implementation 'org.bitcoindevkit:bdk-jvm:0.3.1'
// OR for android
implementation 'org.bitcoindevkit:bdk-android:0.3.0'
implementation 'org.bitcoindevkit:bdk-android:0.3.1'
}

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.0'
version = '0.3.1'
pom {
name = 'bdk-android'

View File

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