From: Reimar Döffinger Date: Sun, 20 Sep 2015 11:05:53 +0000 (+0200) Subject: Switch to newer build and appcompat versions. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=a36d5bb615183f46480e13a55945aab95a05d50a Switch to newer build and appcompat versions. Seems to offer better behaviour on Android 2.3 at the very least. --- 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"