Skip to content

Commit 7b8bae8

Browse files
authored
Merge pull request #347 from mbeddr/refactor/alignMajorVersionWithOtherPlatforms
build.gradle: change major version to 9999
2 parents 0cf5b20 + 3cdb91b commit 7b8bae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (System.env.CI != null && System.env.CI.toBoolean()) {
3030
}
3131

3232
// Project versions
33-
ext.major = '999'
33+
ext.major = '9999'
3434
ext.minor = '9'
3535

3636
if (ciBuild) {

0 commit comments

Comments
 (0)