Skip to content

Commit

Permalink
hysteria 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Jun 17, 2023
1 parent 04f127c commit e5cb171
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 = 7
versionName = "1.3.4-1"
versionCode = 8
versionName = "1.3.5-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.4-1"
VERSION="v1.3.5-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 e5cb171

Please sign in to comment.