From 1f7633e9307f65501ef350b2323b16cd1384af3f Mon Sep 17 00:00:00 2001 From: mx1700 Date: Sun, 25 Aug 2019 21:42:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20android=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8cc272f..45229a4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -109,8 +109,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5" - versionCode 23 - versionName "2.0.3" + versionCode 27 + versionName "2.0.7" vectorDrawables.useSupportLibrary = true multiDexEnabled true ndk { @@ -151,6 +151,7 @@ android { signingConfig signingConfigs.release } } + buildToolsVersion = buildToolsVersion // applicationVariants are e.g. debug, release applicationVariants.all { variant -> variant.outputs.each { output ->