mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 12:27:37 +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 {
|
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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue