From 526bb758421bf027577b8afbb0d82b344fa2f8eb Mon Sep 17 00:00:00 2001 From: dujinyang <309933706@qq.com> Date: Thu, 22 Jun 2017 11:47:08 +0800 Subject: [PATCH] SDKVersion 24 --- library/build.gradle | 18 +++++++++++++----- sample/build.gradle | 7 ++++--- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index e66d93d0..041a341c 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -6,12 +6,16 @@ apply plugin: "com.jfrog.bintray" version = "1.0.7" android { - compileSdkVersion 25 - buildToolsVersion '25.0.3' + // compileSdkVersion 25 + // buildToolsVersion '25.0.3' + + compileSdkVersion 24 + buildToolsVersion '24' defaultConfig { minSdkVersion 14 - targetSdkVersion 25 + // targetSdkVersion 25 + targetSdkVersion 24 versionCode 3 versionName version @@ -37,9 +41,13 @@ dependencies { compile 'io.reactivex.rxjava2:rxandroid:2.0.1' compile 'io.reactivex.rxjava2:rxjava:2.1.0' compile 'com.yalantis:ucrop:2.2.0' - compile 'com.android.support:recyclerview-v7:25.3.1' +/* compile 'com.android.support:recyclerview-v7:25.3.1' compile 'com.android.support:appcompat-v7:25.3.1' - compile "com.android.support:exifinterface:25.3.1" + compile "com.android.support:exifinterface:25.3.1"*/ + compile 'com.android.support:recyclerview-v7:24.2.0' + compile 'com.android.support:appcompat-v7:24.2.0' + compile "com.android.support:exifinterface:25.1.0" + provided 'com.squareup.picasso:picasso:2.5.2' provided 'com.facebook.fresco:fresco:1.3.0' provided 'com.facebook.fresco:animated-gif:1.3.0' diff --git a/sample/build.gradle b/sample/build.gradle index f52acc6d..7e559930 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -4,13 +4,14 @@ apply plugin: 'com.getkeepsafe.dexcount' android { compileSdkVersion 24 - buildToolsVersion '25.0.3' - + // buildToolsVersion '25.0.3' + buildToolsVersion '24' defaultConfig { applicationId "cn.finalteam.rxgalleryfinal.sample" minSdkVersion 14 - targetSdkVersion 25 + // targetSdkVersion 25 + targetSdkVersion 24 versionCode 1 versionName "1.0" }