Skip to content

Commit 1e650a8

Browse files
committed
🔖 Bump to version 1.0.0
1 parent 37bd0ff commit 1e650a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ publish:release:
7070
image: $CI_IMAGE_DOCKER
7171
stage: publish
7272
script:
73-
- aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.gradle-properties --with-decryption --query "Parameter.Value" --out text > ~/.gradle.properties
73+
- aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.gradle-properties --with-decryption --query "Parameter.Value" --out text > ./gradle.properties
7474
- ./gradlew :dd-sdk-android:bintrayUpload

buildSrc/src/main/kotlin/com/datadog/gradle/config/AndroidConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ object AndroidConfig {
1414
const val MIN_SDK = 21
1515
const val BUILD_TOOLS_VERSION = "29.0.2"
1616

17-
val VERSION = Version(1, 0, 0, "alpha1")
17+
val VERSION = Version(1, 0, 0)
1818
}

buildSrc/src/main/kotlin/com/datadog/gradle/config/PublishingConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fun Project.bintrayConfig() {
8282

8383
setPublications(MAVEN_PUBLICATION)
8484

85-
dryRun = true
85+
// dryRun = true
8686
override = true
8787
publish = true
8888

0 commit comments

Comments
 (0)