From dc3412b224b5d26c10115194579ed0764b710b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=96=84=E6=98=8E?= Date: Thu, 8 Mar 2018 12:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E7=BA=A7=E4=BE=9D=E8=B5=96v4=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 8d910f3..f1d0008 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 27 - buildToolsVersion "27.0.1" + compileSdkVersion 26 + buildToolsVersion "25.0.1" defaultConfig { minSdkVersion 14 - targetSdkVersion 27 + targetSdkVersion 26 versionCode 3 versionName "1.0.3" } @@ -25,5 +25,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:support-core-utils:27.0.1' + provided 'com.android.support:support-core-utils:25.3.1' }