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 {