mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Temporary remove the _dev suffix added to version
This commit is contained in:
parent
3abe5b8467
commit
7237ec7310
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static def getGplayVersionSuffix() {
|
||||||
if (gitBranchName() == "master") {
|
if (gitBranchName() == "master") {
|
||||||
return ""
|
return ""
|
||||||
} else {
|
} else {
|
||||||
return "-dev"
|
return "" // TODO revert this commit "-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue