We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f14126 commit 62f27cdCopy full SHA for 62f27cd
1 file changed
ringtone_smart_kit/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "io.github.amjdalhashede"
10
-version = "1.0.2-alpha"
+version = "1.0.3-alpha"
11
12
android {
13
namespace = "io.github.amjdalhashede"
@@ -67,7 +67,7 @@ afterEvaluate {
67
68
groupId = "io.github.amjdalhashede"
69
artifactId = "ringtone-smart-kit"
70
- version = "1.0.2-alpha"
+ version = "1.0.3-alpha"
71
72
pom {
73
name.set("Ringtone Smart Kit")
@@ -137,7 +137,7 @@ tasks.register<Zip>("generateRepoZip") {
137
138
from(layout.buildDirectory.dir("repo"))
139
140
- archiveFileName.set("ringtone_smart_kit-1.0.2-alpha.zip")
+ archiveFileName.set("ringtone_smart_kit-1.0.3-alpha.zip")
141
destinationDirectory.set(layout.buildDirectory.dir("outputs"))
142
143
0 commit comments