From c8db11f06251e861a2733db596bf74e5497658cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Wed, 28 Feb 2024 15:07:49 +0800 Subject: [PATCH] Fix track determine --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fc786ec..aee45ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {