]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Switch to newer SDK version.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 6 Dec 2015 17:01:07 +0000 (18:01 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 6 Dec 2015 17:01:07 +0000 (18:01 +0100)
build.gradle

index 55febf87b8aec2eff6435be7708e1d69845d0ced..60d7a74beb0bda287665c1cbb68fd14af0947ff3 100644 (file)
@@ -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 {