From f218c36197892f3437351b98d6556a03e3b2e954 Mon Sep 17 00:00:00 2001 From: Zhang Hai Date: Tue, 12 Apr 2016 14:40:34 +0800 Subject: [PATCH] Update support libraries. --- library/build.gradle | 4 ++-- sample/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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') }