Skip to content

Commit

Permalink
tuic 1.0.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Jun 10, 2023
1 parent 52f9ed3 commit 04f127c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app_tuic5/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.tuic5"
versionCode = 1
versionName = "1.0.0-2"
versionCode = 2
versionName = "1.0.0-3"
}
}
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-2"
VERSION="1.0.0-3"
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 04f127c

Please sign in to comment.