We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a9306 commit 5dd68dcCopy full SHA for 5dd68dc
app/build.gradle
@@ -80,7 +80,7 @@ configurations.configureEach {
80
def versionMajor = 3
81
def versionMinor = 30
82
def versionPatch = 0
83
-def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
+def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
84
85
86
def ndkEnv = new HashMap<String, String>()
0 commit comments