Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Aug 22, 2022
1 parent e1ff08f commit e5ac95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_hysteria/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ android {
defaultConfig {
applicationId = "moe.matsuri.exe.hysteria"
versionCode = 1
versionName = "1.2.0-1"
versionName = "1.2.0-2"
}
}
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ download_brook() {
}

download_hysteria() {
VERSION="v1.2.0-1"
VERSION="v1.2.0-2"
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 e5ac95f

Please sign in to comment.