Fix track determine
This commit is contained in:
@@ -138,7 +138,7 @@ if (playCredentialsJSON.exists()) {
|
|||||||
play {
|
play {
|
||||||
serviceAccountCredentials = playCredentialsJSON
|
serviceAccountCredentials = playCredentialsJSON
|
||||||
defaultToAppBundles = true
|
defaultToAppBundles = true
|
||||||
def version = getProps("VERSION_NAME")
|
def version = getVersionProps("VERSION_NAME")
|
||||||
if (version.contains("alpha") || version.contains("beta") || version.contains("rc")) {
|
if (version.contains("alpha") || version.contains("beta") || version.contains("rc")) {
|
||||||
track = "beta"
|
track = "beta"
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user