From d709dd87e98caae8c50b36b5ae77d25b77dea9c4 Mon Sep 17 00:00:00 2001 From: LittleTurtle2333 Date: Sat, 16 Apr 2022 21:42:08 +0800 Subject: [PATCH] Update version to 1.6.4 --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7faccae1..df5922f6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "com.lt2333.simplicitytools" minSdk = 31 targetSdk = 32 - versionCode = 64 - versionName = "1.6.3" + versionCode = 65 + versionName = "1.6.4" } buildTypes { @@ -45,7 +45,7 @@ android { applicationVariants.all { outputs.all { (this as BaseVariantOutputImpl).outputFileName = - "Simplicity_Tools_Xposed-$versionName-$name.apk" + "WooBoxForMIUI-$versionName-$name.apk" } } }