From 848475fc93f4ca7e29f80ce605f6cf28ac31b61f Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 19 Oct 2023 17:46:09 +0800 Subject: [PATCH] Update version to 1.0.14 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d48cc1a9..54bb5cf0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.13" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 13 +def AppVersionName = "1.0.14" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 14 android { namespace 'com.xinyingpower.microphoto'