Upgrade gradle and sdk and dependency versions

This commit is contained in:
Steve Myers
2021-12-18 10:45:08 -08:00
parent e4a7e4efa1
commit cd55d01f72
5 changed files with 19 additions and 28 deletions

View File

@@ -34,11 +34,11 @@ afterEvaluate {
publications {
release(MavenPublication) {
from components.java
groupId = 'org.bitcoindevkit'
artifactId = 'bdk-jvm'
version = '0.2.0'
from components.java
version = '0.2.2'
pom {
name = 'bdk-jvm'