Skip to content

Commit

Permalink
tuic 1.0.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Jun 9, 2023
1 parent 70291d8 commit 52f9ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_tuic5/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.tuic5"
versionCode = 1
versionName = "1.0.0-1"
versionName = "1.0.0-2"
}
}
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ download_tuic() {
}

download_tuic5() {
VERSION="1.0.0"
VERSION="1.0.0-2"
mkdir_libs "app_tuic5/libs"

dl_and_chmod arm64-v8a/libtuic.so "https://github.com/MatsuriDayo/tuic/releases/download/rel/tuic-client-"$VERSION"-aarch64-linux-android"
Expand Down

0 comments on commit 52f9ed3

Please sign in to comment.