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