From 087a7dc965fbfa0364ebfd3b95feaa9e8e58c33a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Thu, 6 Oct 2016 00:50:42 +0200 Subject: [PATCH] Update appcompat version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b12758b..042d12e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ configurations { smallicu } dependencies { - compile 'com.android.support:appcompat-v7:23.2.1' + compile 'com.android.support:appcompat-v7:24.2.1' // Note: you can just replace "smallicu" by compile // and remove the "compile files" part if you do not // care about the size of the apk -- 2.43.0