From d6a1450bef643afe749219fe1aae530c4ae1452e Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Sat, 16 Apr 2016 20:26:09 -0400 Subject: [PATCH] Update to latest support library --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 55b9cfb..02cd27a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,11 +70,11 @@ dexcount { dependencies { // support libraries - compile 'com.android.support:palette-v7:23.2.1' - compile 'com.android.support:appcompat-v7:23.1.1' - compile 'com.android.support:design:23.1.1' - compile 'com.android.support:recyclerview-v7:23.2.1' - compile 'com.android.support:support-v4:23.2.1' + compile 'com.android.support:palette-v7:23.3.0' + compile 'com.android.support:appcompat-v7:23.3.0' + compile 'com.android.support:design:23.3.0' + compile 'com.android.support:recyclerview-v7:23.3.0' + compile 'com.android.support:support-v4:23.3.0' // html parsing fo reading mode compile 'org.jsoup:jsoup:1.8.3'