From 4ffe6b2de438b1ae3c590def9f9db48d4b967757 Mon Sep 17 00:00:00 2001 From: ThirtyDegreesRay Date: Tue, 2 Jan 2018 14:55:04 +0800 Subject: [PATCH] update android support library to 27.0.2 --- app/build.gradle | 3 ++- gradle.properties | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 456a1bd6..0f6e5dcd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ android { repositories { maven { url "https://jitpack.io" } -// google() + google() flatDir { dirs 'libs' //aar } @@ -99,6 +99,7 @@ dependencies { // compile "com.android.support:support-annotations:${ANDROID_SUPPORT_VERSION}" compile "com.android.support:support-v4:${ANDROID_SUPPORT_VERSION}" +// compile "com.android.support:support-v13:${ANDROID_SUPPORT_VERSION}" compile "com.android.support:appcompat-v7:${ANDROID_SUPPORT_VERSION}" compile "com.android.support:recyclerview-v7:${ANDROID_SUPPORT_VERSION}" compile "com.android.support:design:${ANDROID_SUPPORT_VERSION}" diff --git a/gradle.properties b/gradle.properties index 9ed7edaa..5c2353df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,17 +17,16 @@ android.useDeprecatedNdk=true # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -COMPILE_SDK_VERSION = 26 -BUILD_TOOLS_VERSION = 26.0.2 +COMPILE_SDK_VERSION = 27 +BUILD_TOOLS_VERSION = 27.0.3 MIN_SDK_VERSION = 21 -TARGET_SDK_VERSION = 26 +TARGET_SDK_VERSION = 27 VERSION_CODE = 21 VERSION_NAME = 2.3.0 #library -#ANDROID_SUPPORT_VERSION = 26.1.0 -ANDROID_SUPPORT_VERSION = 25.+ +ANDROID_SUPPORT_VERSION = 27.0.2 CONSTRAINT_VERSION = 1.0.2 MULTIDEX_VERSION = 1.0.2 DATAAUTOACCESS_VERSION = 1.2.8