From 95d729b163c2802edee6b5fcd63999f5d255ba11 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 24 Oct 2023 10:36:24 +0800 Subject: [PATCH] Update version to 1.0.16 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 33769726..d199de76 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.15" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 15 +def AppVersionName = "1.0.16" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 16 android { namespace 'com.xypower.mpapp'