gplay version: ignore branch for version suffix
This commit is contained in:
parent
8602aba2a5
commit
2a5342087d
|
@ -71,7 +71,7 @@ static def gitBranchName() {
|
||||||
|
|
||||||
// For Google Play build, build on any other branch than master will have a "-dev" suffix
|
// For Google Play build, build on any other branch than master will have a "-dev" suffix
|
||||||
static def getGplayVersionSuffix() {
|
static def getGplayVersionSuffix() {
|
||||||
if (gitBranchName() == "master") {
|
if (gitBranchName() == "master" || true) {
|
||||||
return ""
|
return ""
|
||||||
} else {
|
} else {
|
||||||
return "-dev"
|
return "-dev"
|
||||||
|
|
Loading…
Reference in New Issue