mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-10 07:36:46 +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")) {
|
if (project.hasProperty("releaseVersion")) {
|
||||||
return project.releaseVersion
|
return project.releaseVersion
|
||||||
}
|
}
|
||||||
version = new File('../../VERSION').text
|
version = new File('../VERSION').text
|
||||||
return version.replaceAll("\\s","")
|
return version.replaceAll("\\s","")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user