Skip to content

Commit

Permalink
update xray plugin to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maskedeken committed Jun 20, 2023
1 parent 70bd8ef commit 16a8f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = 16
versionName = "v1.8.1-1"
versionCode = 17
versionName = "v1.8.3"
}
}
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ unzip_naive() {
}

download_xray() {
VERSION="v1.8.1"
VERSION="v1.8.3"
mkdir_libs "app_xray/libs"

dl_and_chmod arm64-v8a/libxray.so "https://github.com/maskedeken/Xray-core/releases/download/$VERSION/xray-android-arm64"
Expand Down

0 comments on commit 16a8f88

Please sign in to comment.