Skip to content

Commit

Permalink
juicity update
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Mar 13, 2024
1 parent a380a48 commit 3009dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_juicity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId = "moe.matsuri.plugin.juicity"
versionCode = 2
versionName = "v0.3.0"
versionName = "v0.4.0"
splits.abi {
reset()
include("arm64-v8a")
Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ download_tuic5() {
}

download_juicity() {
VERSION="v0.3.0"
VERSION="v0.4.0"
mkdir_libs "app_juicity/libs"

curl -Lso tmp.zip "https://github.com/juicity/juicity/releases/download/"$VERSION"/juicity-android-arm64.zip"
Expand Down

0 comments on commit 3009dea

Please sign in to comment.