diff --git a/library/build.gradle b/library/build.gradle index fd72fbc..f4b21b1 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -22,8 +22,8 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.2.0' - compile 'com.android.support:support-annotations:23.2.0' + compile 'com.android.support:appcompat-v7:23.3.0' + compile 'com.android.support:support-annotations:23.3.0' } apply from: '../gradle-mvn-push.gradle' diff --git a/sample/build.gradle b/sample/build.gradle index 3cdab65..751a298 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -34,7 +34,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.2.0' + compile 'com.android.support:appcompat-v7:23.3.0' compile 'com.jakewharton:butterknife:7.0.1' compile project(':library') }