From eec048ff311968b6da4185c7ab8c1460ecb7b421 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 6 Dec 2015 18:01:07 +0100 Subject: [PATCH] Switch to newer SDK version. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 55febf8..60d7a74 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ configurations { smallicu } dependencies { - compile 'com.android.support:appcompat-v7:22.2.1' + compile 'com.android.support:appcompat-v7:23.1.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 @@ -39,7 +39,7 @@ task makesmallicu (type:Exec, dependsOn: configurations.smallicu) { def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "../Util" android { - compileSdkVersion 22 + compileSdkVersion 23 buildToolsVersion "23.0.1" buildTypes { debug { -- 2.43.0