We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eda6fda + 260b4ac commit a104418Copy full SHA for a104418
app/build.gradle
@@ -77,7 +77,7 @@ configurations.configureEach {
77
78
// semantic versioning for version code
79
def versionMajor = 3
80
-def versionMinor = 29
+def versionMinor = 30
81
def versionPatch = 0
82
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
83
0 commit comments