From 4ff8ff91dc7214eb3118cda4ab145b48cdaa485c Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Fri, 22 Dec 2023 10:48:45 +0800 Subject: [PATCH] Update version to 1.0.29 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 34ceef4e..496f94a1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.28" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 28 +def AppVersionName = "1.0.29" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 29 android { namespace 'com.xypower.mpapp'