From cce68e34d259d54820ca3d31afeeb1ea2e0d4ca9 Mon Sep 17 00:00:00 2001 From: Ji O Date: Mon, 19 Jun 2023 23:05:31 +0900 Subject: [PATCH] Bump version --- module.gradle | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/module.gradle b/module.gradle index 9fa600c..ea0646b 100644 --- a/module.gradle +++ b/module.gradle @@ -4,17 +4,7 @@ ext { moduleName = "UmamusumeLocalify" moduleAuthor = "Kimjio" moduleDescription = "umamusume-localify" - moduleVersion = "2.17.0" - moduleVersionCode = 28 + moduleVersion = "2.17.1" + moduleVersionCode = 29 moduleUpdateJson = "https://raw.githubusercontent.com/Kimjio/umamusume-localify-android/main/update" - - // Riru - /* Minimal supported Riru API version, used in the version check of riru.sh */ - moduleMinRiruApiVersion = 24 - - /* The version name of minimal supported Riru, used in the version check of riru.sh */ - moduleMinRiruVersionName = "v24.0.0" - - /* Maximum supported Riru API version, used in the version check of riru.sh */ - moduleRiruApiVersion = 26 }