mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Fix track determine
This commit is contained in:
parent
39d68dc51d
commit
c8db11f062
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue