Skip to content

Commit 217f004

Browse files
committed
Bump version
1 parent 502275d commit 217f004

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

plugin/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ android {
1313
compileSdk 35
1414
minSdk 21
1515
targetSdk 35
16-
versionCode 1
17-
versionName "0.1"
1816
}
1917

2018
compileOptions {
@@ -41,7 +39,7 @@ publishing {
4139
release(MavenPublication) {
4240
groupId = "com.tiefensuche.soundcrowd"
4341
artifactId = "plugin"
44-
version = "0.1"
42+
version = "1.0.0"
4543

4644
afterEvaluate {
4745
from(components["release"])
@@ -53,8 +51,8 @@ publishing {
5351
maven {
5452
url = uri("https://maven.pkg.github.com/soundcrowd/soundcrowd-plugin")
5553
credentials {
56-
username = System.getenv("USERNAME")
57-
password = System.getenv("TOKEN")
54+
username = System.getenv("GITHUB_ACTOR")
55+
password = System.getenv("GITHUB_TOKEN")
5856
}
5957
}
6058
}

0 commit comments

Comments
 (0)