From f969bfe2a25074abec61850f94ddb8bde17f6089 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 29 Oct 2023 00:57:28 +0800 Subject: [PATCH] Update version to 1.0.21 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 239cdc82..3c0c3132 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.20" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 20 +def AppVersionName = "1.0.21" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 21 android { namespace 'com.xypower.mpapp'