From 4b32d3f2de5fb5d082bc7c907cd64e18a7011738 Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:39:04 +0900 Subject: [PATCH] hysteria 1.3.3 --- app_hysteria/build.gradle.kts | 4 ++-- download.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app_hysteria/build.gradle.kts b/app_hysteria/build.gradle.kts index 730f691..ec4f20e 100644 --- a/app_hysteria/build.gradle.kts +++ b/app_hysteria/build.gradle.kts @@ -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" } } diff --git a/download.sh b/download.sh index 8641767..a82ccff 100755 --- a/download.sh +++ b/download.sh @@ -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"