We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2c9609 + e200ead commit 2a779e2Copy full SHA for 2a779e2
build.gradle
@@ -1,6 +1,6 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
ext {
3
- releaseVersion = '4.6.0-alpha03'
+ releaseVersion = '4.6.0'
4
}
5
6
buildscript {
@@ -32,4 +32,4 @@ task verifyReleaseVersion() {
32
throw new GradleException("${project.ext.releaseVersion} does not equal to ${System.getenv("RELEASE_VERSION")}")
33
34
35
-}
+}
0 commit comments