From 20eafb32460035b3a973a3010fb5e23bac3ac5a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 2 Apr 2016 16:02:17 +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 0794423..5914258 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ configurations { smallicu } dependencies { - compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.android.support:appcompat-v7:23.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