From 87a7ca6af4dd1626f0dffcd9f249bb3ea8693962 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 13 Jun 2016 16:40:34 +0200 Subject: [PATCH] update appcompat to 23.4.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index aafc89a..914aa14 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.3.0' + compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.jakewharton:butterknife:8.0.1' apt 'com.jakewharton:butterknife-compiler:8.0.1'