Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Jan 8, 2023
1 parent f4bf1ef commit 4fed7ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app_singbox/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ setupAll()
android {
defaultConfig {
applicationId = "moe.matsuri.plugin.singbox"
versionCode = 1
versionName = "v1.1-rc1"
versionCode = 2
versionName = "v1.1.2"
splits.abi {
reset()
include("arm64-v8a", "x86_64")
Expand Down
4 changes: 2 additions & 2 deletions app_xray/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setupAll()
android {
defaultConfig {
applicationId = "moe.matsuri.plugin.xray"
versionCode = 9
versionName = "v1.6.5-1"
versionCode = 10
versionName = "v1.7.2-1"
}
}
6 changes: 3 additions & 3 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unzip_singbox() {
}

download_xray() {
VERSION="v1.6.5"
VERSION="v1.7.2"
mkdir_libs "app_xray/libs"

curl -Lso xray.zip "https://github.com/XTLS/Xray-core/releases/download/$VERSION/Xray-android-arm64-v8a.zip"
Expand All @@ -38,9 +38,9 @@ download_xray() {

download_singbox() {
mkdir_libs "app_singbox/libs"
curl -Lso singbox.tar.gz "https://github.com/SagerNet/sing-box/releases/download/v1.1-rc1/sing-box-1.1-rc1-android-arm64.tar.gz"
curl -Lso singbox.tar.gz "https://github.com/SagerNet/sing-box/releases/download/v1.1.2/sing-box-1.1.2-android-arm64.tar.gz"
unzip_singbox arm64-v8a
curl -Lso singbox.tar.gz "https://github.com/SagerNet/sing-box/releases/download/v1.1-rc1/sing-box-1.1-rc1-android-amd64.tar.gz"
curl -Lso singbox.tar.gz "https://github.com/SagerNet/sing-box/releases/download/v1.1.2/sing-box-1.1.2-android-amd64.tar.gz"
unzip_singbox x86_64
}

Expand Down

0 comments on commit 4fed7ed

Please sign in to comment.