1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Temporary remove the _dev suffix added to version

This commit is contained in:
Benoit Marty
2020-07-13 21:50:26 +02:00
parent 3abe5b8467
commit 7237ec7310

View File

@@ -72,7 +72,7 @@ static def getGplayVersionSuffix() {
if (gitBranchName() == "master") {
return ""
} else {
return "-dev"
return "" // TODO revert this commit "-dev"
}
}