1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

Bump version

This commit is contained in:
世界 2020-11-28 02:18:29 +08:00
parent 0994b0d31c
commit b36ec33936
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
def verName = "7.2.1-rc09"
def verCode = 116
def verName = "7.2.1"
def verCode = 117
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")

View File

@ -64,8 +64,7 @@ if [ ! -d "$v2rayCore" ]; then
else
cd "$v2rayCore"
git fetch origin "v$V2RAY_CORE_VERSION"
git reset "v$V2RAY_CORE_VERSION" --hard
git fetch origin "v$V2RAY_CORE_VERSION" && git reset "v$V2RAY_CORE_VERSION" --hard || git clone https://github.com/v2fly/v2ray-core.git "$v2rayCore" -b "v$V2RAY_CORE_VERSION"
fi