fix workingDir for build.gradle running build_no.sh

This commit is contained in:
Jakub Sokołowski 2018-05-07 14:34:48 +02:00 committed by Jakub Sokołowski
parent f97fec1547
commit ccbfc5bb7e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ def enableProguardInReleaseBuilds = false
def getVersionCode = { ->
new ByteArrayOutputStream().withStream { stdOut ->
exec {
workingDir "../"
commandLine "./build_no.sh"
standardOutput = stdOut
}