From 4395eb8c0f5dd0ebc83345dab026fc213b82f4e1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 13 Jun 2016 17:27:08 +0200 Subject: [PATCH] update appcompat and design to 23.4.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 26e0f0716..3b8e85710 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:23.3.0' - compile 'com.android.support:design:23.3.0' + compile 'com.android.support:appcompat-v7:23.4.0' + compile 'com.android.support:design:23.4.0' compile 'com.github.bumptech.glide:glide:3.7.0' compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.5.0' compile 'com.jakewharton:butterknife:8.0.1'