From 676c30ff47350fd07392d5b588d2553597280f74 Mon Sep 17 00:00:00 2001 From: Ggabcd Date: Fri, 5 Oct 2018 02:46:26 +0800 Subject: [PATCH] no message --- android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index aba379f7..772b54c9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -15,12 +15,12 @@ buildscript { apply plugin: 'com.android.library' android { - compileSdkVersion safeExtGet('compileSdkVersion', 26) - buildToolsVersion safeExtGet('buildToolsVersion', '26.0.3') + compileSdkVersion safeExtGet('compileSdkVersion', 27) + buildToolsVersion safeExtGet('buildToolsVersion', '27.0.3') defaultConfig { - minSdkVersion safeExtGet('minSdkVersion', 16) - targetSdkVersion safeExtGet('targetSdkVersion', 22) + minSdkVersion safeExtGet('minSdkVersion', 21) + targetSdkVersion safeExtGet('targetSdkVersion', 27) versionCode 1 versionName "1.0" }