From c5dac73ef5d57a4fa8d1fc4a9d1d93fab20f43b5 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 18 Oct 2023 18:00:15 +0800 Subject: [PATCH] Update version 1.0.13 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 72750593..d48cc1a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.12" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 12 +def AppVersionName = "1.0.13" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 13 android { namespace 'com.xinyingpower.microphoto'