]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Switch to newer build and appcompat versions.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 20 Sep 2015 11:05:53 +0000 (13:05 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 20 Sep 2015 11:05:53 +0000 (13:05 +0200)
Seems to offer better behaviour on Android 2.3
at the very least.

build.gradle

index 5d1a114f4a56f55f11fc37bb19b1e3a3dbae0b13..869d3def8bd8d877981ac8dac7de9bef5d7f8143 100644 (file)
@@ -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"