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.
1 parent 0721ac9 commit 2c5b658Copy full SHA for 2c5b658
app/build.gradle
@@ -13,7 +13,7 @@ def versionMajor = 1
13
def versionMinor = 8
14
def versionPatch = 5
15
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
16
-def isBeta = true
+def isBeta = false
17
18
def versionExt = ""
19
if (versionBuild > 0) {
0 commit comments