We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b923113 commit 6545421Copy full SHA for 6545421
android/build.gradle.kts
@@ -52,7 +52,7 @@ afterEvaluate {
52
create<MavenPublication>("maven") {
53
groupId = "org.rgbtools"
54
artifactId = "rgb-lib-android"
55
- version = "0.1.6-SNAPSHOT"
+ version = "0.1.7-SNAPSHOT"
56
from(components["release"])
57
pom {
58
name.set("rgb-lib-android")
build.gradle.kts
@@ -23,7 +23,7 @@ signing {
23
}
24
25
group = "org.rgbtools"
26
-version = "0.1.6-SNAPSHOT"
+version = "0.1.7-SNAPSHOT"
27
28
nexusPublishing {
29
repositories {
0 commit comments