From 26154b3c57a749507ea14f6ff2492a9a501b7b6c Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 28 Jul 2021 13:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f471c12..b66b395 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.hnjc.wjtx.aligames" minSdkVersion 19 targetSdkVersion 26 - versionCode 4 - versionName "1.0.4" + versionCode 7 + versionName "1.0.7" ndk { abiFilters 'armeabi-v7a' }