Skip to content

Commit cb2905c

Browse files
authored
Merge pull request #2149 from DataDog/mconstantin/promote-to-release-2-12-0
Promote to 2.12.0 release version
2 parents 0506891 + d0413d7 commit cb2905c

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
@@ -20,7 +20,7 @@ object AndroidConfig {
2020
const val MIN_SDK_FOR_WEAR = 23
2121
const val BUILD_TOOLS_VERSION = "34.0.0"
2222

23-
val VERSION = Version(2, 12, 0, Version.Type.Snapshot)
23+
val VERSION = Version(2, 12, 0, Version.Type.Release)
2424
}
2525

2626
// TODO RUM-628 Switch to Java 17 bytecode

0 commit comments

Comments
 (0)