From cb3100c5287e4a2ed16be8a685c6909b4ff8bb9f Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 11 Oct 2023 17:43:40 +0800 Subject: [PATCH] Update version to 1.0.9 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 14478670..52b30b16 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.8" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 8 +def AppVersionName = "1.0.9" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 9 android { namespace 'com.xinyingpower.microphoto'