From d6157f2df9dcce2d610df04e6ad5a972f8ba1c22 Mon Sep 17 00:00:00 2001 From: Ali Shariat Date: Sat, 12 Sep 2015 12:55:02 +0430 Subject: [PATCH] Update to latest build tools and support library 23.0.1 --- library/build.gradle | 8 ++++---- sample/build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index e5e7ab8..6128791 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'bintray-release' android { compileSdkVersion 23 - buildToolsVersion "23.0.0" + buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 14 @@ -34,9 +34,9 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.0.0' - compile 'com.android.support:support-v4:23.0.0' - compile 'com.android.support:recyclerview-v7:23.0.0' + compile 'com.android.support:appcompat-v7:23.0.1' + compile 'com.android.support:support-v4:23.0.1' + compile 'com.android.support:recyclerview-v7:23.0.1' testCompile 'junit:junit:4.12' } diff --git a/sample/build.gradle b/sample/build.gradle index 0dc1d27..07d222b 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.0" + buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 14