From 8e310e6706f9a122211fd1cd21833475bc144e3a Mon Sep 17 00:00:00 2001 From: fumiama Date: Sat, 13 Mar 2021 22:54:19 +0800 Subject: [PATCH] =?UTF-8?q?v2.1.1=201.=20=E4=BF=AE=E5=A4=8D=20=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=A4=A7=E6=96=87=E4=BB=B6=E5=8D=A1=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/.gitignore | 4 +++- app/build.gradle | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/.gitignore b/app/.gitignore index 42afabf..83aa496 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,3 @@ -/build \ No newline at end of file +/build +/release +/winrelease diff --git a/app/build.gradle b/app/build.gradle index 8c68fb7..0be7fc7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { applicationId "top.fumiama.base16384" minSdkVersion 23 targetSdkVersion 30 - versionCode 10 + versionCode 11 versionName '2.1.1' resConfigs "zh", "en"