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
1 changed files with 1 additions and 1 deletions

View File

@ -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"
} }
} }