Bump version to 0.1.2
This commit is contained in:
parent
9131c37d8e
commit
0d68d2341b
@ -59,7 +59,7 @@ afterEvaluate {
|
|||||||
// You can then customize attributes of the publication as shown below.
|
// You can then customize attributes of the publication as shown below.
|
||||||
groupId = 'org.bitcoindevkit'
|
groupId = 'org.bitcoindevkit'
|
||||||
artifactId = 'bdk-android'
|
artifactId = 'bdk-android'
|
||||||
version = '0.1.0'
|
version = '0.1.2'
|
||||||
|
|
||||||
// Applies the component for the release build variant.
|
// Applies the component for the release build variant.
|
||||||
from components.release
|
from components.release
|
||||||
|
@ -17,9 +17,6 @@ plugins {
|
|||||||
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
|
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "org.bitcoindevkit"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
|
@ -37,7 +37,7 @@ afterEvaluate {
|
|||||||
release(MavenPublication) {
|
release(MavenPublication) {
|
||||||
groupId = 'org.bitcoindevkit'
|
groupId = 'org.bitcoindevkit'
|
||||||
artifactId = 'bdk-jvm'
|
artifactId = 'bdk-jvm'
|
||||||
version = '0.1.0'
|
version = '0.1.2'
|
||||||
|
|
||||||
from components.java
|
from components.java
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user