Skip to content

Commit

Permalink
hysteria 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Feb 15, 2023
1 parent 7c3cc2a commit 4b32d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app_hysteria/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.exe.hysteria"
versionCode = 5
versionName = "1.3.1-1"
versionCode = 6
versionName = "1.3.3-1"
}
}
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ download_brook() {
}

download_hysteria() {
VERSION="v1.3.1-1"
VERSION="v1.3.3-1"
mkdir_libs "app_hysteria/libs"

dl_and_chmod arm64-v8a/libhysteria.so "https://github.com/MatsuriDayo/hysteria/releases/download/$VERSION/hysteria-linux-arm64"
Expand Down

0 comments on commit 4b32d3f

Please sign in to comment.