From 330f598120590e73b05755974f22fbefa23a5355 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 14 Oct 2023 12:31:49 +0800 Subject: [PATCH] Update version to 1.0.11 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 52b30b16..68931b0e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.9" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 9 +def AppVersionName = "1.0.11" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 11 android { namespace 'com.xinyingpower.microphoto' @@ -58,7 +58,7 @@ android { viewBinding true } - ndkVersion '25.1.8937393' + ndkVersion '26.1.10909125' packagingOptions { exclude 'META-INF/INDEX.LIST'