Fix track determine

This commit is contained in:
世界
2024-02-28 15:08:14 +08:00
parent 39d68dc51d
commit c8db11f062
+1 -1
View File
@@ -138,7 +138,7 @@ if (playCredentialsJSON.exists()) {
play {
serviceAccountCredentials = playCredentialsJSON
defaultToAppBundles = true
def version = getProps("VERSION_NAME")
def version = getVersionProps("VERSION_NAME")
if (version.contains("alpha") || version.contains("beta") || version.contains("rc")) {
track = "beta"
} else {