From bd1422c627e94fc7ee315bcd3f3955d8558240ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 23 May 2018 11:26:56 +0200 Subject: [PATCH] don't add tags when running build_no.sh from gradle --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }