Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Sep 17, 2022
1 parent e5ac95f commit 1c3ecee
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 = 1
versionName = "1.2.0-2"
versionCode = 2
versionName = "1.2.1-1"
}
}
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-2"
VERSION="v1.2.1-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 1c3ecee

Please sign in to comment.