From a2e0302bce7f17228c20d4bf046656266bac1d2a Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 1 Nov 2023 12:58:27 +0800 Subject: [PATCH] Update version to 1.0.25 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 72a0eb64..153ddf2c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.24" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 24 +def AppVersionName = "1.0.25" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 25 android { namespace 'com.xypower.mpapp'