mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 08:38:43 +01:00
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
|
||||
static def getGplayVersionSuffix() {
|
||||
if (gitBranchName() == "master") {
|
||||
if (gitBranchName() == "master" || true) {
|
||||
return ""
|
||||
} else {
|
||||
return "-dev"
|
||||
|
Loading…
x
Reference in New Issue
Block a user