mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-26 08:30:01 +00:00
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…
x
Reference in New Issue
Block a user