fix path to VERSION in buil.gradle
This commit is contained in:
parent
7a70bc185e
commit
6ab699350d
|
@ -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","")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue