From 7fe286ef7b9b4401c5ae2de1dc49d076e05311ab Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Tue, 19 Dec 2023 17:51:54 +0800 Subject: [PATCH] Update version to 1.0.28 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 46f41a9d..bce7fc11 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.27" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 27 +def AppVersionName = "1.0.28" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 28 android { namespace 'com.xypower.mpapp'