From c9595c4a9ce966e8e7a9c420b8330cf76e6e2fed Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 31 Oct 2023 09:50:31 +0800 Subject: [PATCH] Update version to 1.0.23 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 527a269a..d1234a5c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.22" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 22 +def AppVersionName = "1.0.23" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 23 android { namespace 'com.xypower.mpapp'