From dcb2d1fcd59d07db9ace2d1760090f682903aa7d Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 17 Sep 2023 17:37:52 +0800 Subject: [PATCH] Update version to 1.0.6 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c0bc9584..7dac179f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.5" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 5 +def AppVersionName = "1.0.6" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 6 android { namespace 'com.xinyingpower.microphoto'