Increment version to 0.6.0-SNAPSHOT
This commit is contained in:
parent
dc9ad20d99
commit
bb1e69e73f
@ -16,9 +16,9 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
// for jvm
|
// for jvm
|
||||||
implementation 'org.bitcoindevkit:bdk-jvm:0.4.0'
|
implementation 'org.bitcoindevkit:bdk-jvm:<version>'
|
||||||
// OR for android
|
// OR for android
|
||||||
implementation 'org.bitcoindevkit:bdk-android:0.4.0'
|
implementation 'org.bitcoindevkit:bdk-android:<version>'
|
||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -44,7 +44,7 @@ afterEvaluate {
|
|||||||
create<MavenPublication>("maven") {
|
create<MavenPublication>("maven") {
|
||||||
groupId = "org.bitcoindevkit"
|
groupId = "org.bitcoindevkit"
|
||||||
artifactId = "bdk-android"
|
artifactId = "bdk-android"
|
||||||
version = "0.4.1-SNAPSHOT"
|
version = "0.6.0-SNAPSHOT"
|
||||||
from(components["release"])
|
from(components["release"])
|
||||||
pom {
|
pom {
|
||||||
name.set("bdk-android")
|
name.set("bdk-android")
|
||||||
|
@ -45,7 +45,7 @@ afterEvaluate {
|
|||||||
|
|
||||||
groupId = "org.bitcoindevkit"
|
groupId = "org.bitcoindevkit"
|
||||||
artifactId = "bdk-jvm"
|
artifactId = "bdk-jvm"
|
||||||
version = "0.4.1-SNAPSHOT"
|
version = "0.6.0-SNAPSHOT"
|
||||||
|
|
||||||
from(components["java"])
|
from(components["java"])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user