Skip to content

Commit

Permalink
mieru v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enfein committed Apr 26, 2024
1 parent d45abeb commit 2b232b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app_mieru/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId = "moe.matsuri.exe.mieru"
versionCode = 1
versionName = "2.2.0"
versionName = "3.0.0"
splits.abi {
reset()
include("arm64-v8a", "x86_64")
Expand Down
4 changes: 2 additions & 2 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ download_naive() {
}

download_mieru() {
TAG="v2.2.0"
VERSION="2.2.0"
TAG="v3.0.0"
VERSION="3.0.0"
mkdir_libs "app_mieru/libs"

curl -Lso tmp.tar.gz "https://github.com/enfein/mieru/releases/download/${TAG}/mieru_${VERSION}_android_arm64.tar.gz"
Expand Down

0 comments on commit 2b232b8

Please sign in to comment.