From 1ca516b7e1fa1c516bcee5efef146354246bf121 Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 18 Jan 2021 16:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0oppo=E7=89=88=E6=9C=AC?= 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 9eefdca..6e033e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId 'com.hnjc.wjtx.nearme.gamecenter' minSdkVersion 19 targetSdkVersion 28 - versionCode 4 - versionName "1.0.4" + versionCode 5 + versionName "1.0.5" ndk { abiFilters 'armeabi-v7a' }