fix path to VERSION in buil.gradle

This commit is contained in:
Jakub Sokołowski 2018-05-24 13:14:39 +02:00
parent 7a70bc185e
commit 6ab699350d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ def getVersionName = { ->
if (project.hasProperty("releaseVersion")) {
return project.releaseVersion
}
version = new File('../../VERSION').text
version = new File('../VERSION').text
return version.replaceAll("\\s","")
}
}