don't add tags when running build_no.sh from gradle

This commit is contained in:
Jakub Sokołowski 2018-05-23 11:26:56 +02:00
parent bf0e8ddd5f
commit bd1422c627
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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
}