From a36d5bb615183f46480e13a55945aab95a05d50a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 20 Sep 2015 13:05:53 +0200 Subject: [PATCH] Switch to newer build and appcompat versions. Seems to offer better behaviour on Android 2.3 at the very least. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5d1a114..869d3de 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ configurations { smallicu } dependencies { - compile 'com.android.support:appcompat-v7:21.0.3' + compile 'com.android.support:appcompat-v7:22.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 @@ -33,8 +33,8 @@ task makesmallicu (dependsOn: configurations.smallicu) << { } android { - compileSdkVersion 21 - buildToolsVersion "22.0.1" + compileSdkVersion 22 + buildToolsVersion "23.0.1" buildTypes { debug { applicationIdSuffix ".debug" -- 2.43.0