Skip to content

Commit 62aac79

Browse files
authored
Merge pull request #1561 from DataDog/mconstantin/prepare-2-0-0-release
Prepare release of 2.0.0
2 parents 4d365a3 + 564f6e8 commit 62aac79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object AndroidConfig {
1818
const val MIN_SDK_FOR_WEAR = 23
1919
const val BUILD_TOOLS_VERSION = "33.0.2"
2020

21-
val VERSION = Version(2, 0, 0, Version.Type.Beta(3))
21+
val VERSION = Version(2, 0, 0)
2222
}
2323

2424
// TODO RUMM-3263 Switch to Java 17 bytecode

0 commit comments

Comments
 (0)