diff --git a/android/app/build.gradle b/android/app/build.gradle index 16b0207845..4ec0ec62bc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -98,7 +98,7 @@ def enableProguardInReleaseBuilds = false def getVersionCode = { -> new ByteArrayOutputStream().withStream { stdOut -> exec { - commandLine "sh", "../../scripts/build_no.sh", "--tag" + commandLine "sh", "../../scripts/build_no.sh" standardOutput = stdOut errorOutput = System.err }