Skip to content

Commit

Permalink
update sing-box to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maskedeken committed Mar 31, 2023
1 parent 0db1cba commit 52bd0b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = 9
versionName = "v1.2.1-2"
versionCode = 10
versionName = "v1.2.2"
splits.abi {
reset()
include("arm64-v8a", "armeabi-v7a")
Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ download_xray() {
}

download_singbox() {
VERSION="1.2.1-2"
VERSION="1.2.2"
mkdir_libs "app_singbox/libs"
dl_and_chmod arm64-v8a/libsingbox.so "https://github.com/maskedeken/sing-box/releases/download/v$VERSION/sing-box-android-arm64"
dl_and_chmod armeabi-v7a/libsingbox.so "https://github.com/maskedeken/sing-box/releases/download/v$VERSION/sing-box-android-arm"
Expand Down

0 comments on commit 52bd0b7

Please sign in to comment.