Skip to content

Commit

Permalink
update sing-box to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maskedeken committed May 22, 2023
1 parent e5365fa commit 6624960
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 = 13
versionName = "v1.2.6"
versionCode = 14
versionName = "v1.2.7"
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 @@ -41,7 +41,7 @@ download_xray() {
}

download_singbox() {
VERSION="1.2.6"
VERSION="1.2.7"
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 6624960

Please sign in to comment.