We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7bff59 + eb6c2f9 commit a49490eCopy full SHA for a49490e
app/build.gradle
@@ -78,8 +78,8 @@ configurations.configureEach {
78
// semantic versioning for version code
79
def versionMajor = 3
80
def versionMinor = 29
81
-def versionPatch = 51
82
-def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
+def versionPatch = 0
+def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
83
84
85
def ndkEnv = new HashMap<String, String>()
0 commit comments