]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Update build toolchain to latest.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 26 Oct 2016 08:00:12 +0000 (10:00 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 26 Oct 2016 08:00:12 +0000 (10:00 +0200)
build.gradle

index 06ccfb0a047a60947ae6b44adf09eba63ed9393c..918d904ccf1c64ffad0c200f52d9e41ab3c80dc8 100644 (file)
@@ -16,7 +16,7 @@ configurations {
     smallicu
 }
 dependencies {
-    compile 'com.android.support:appcompat-v7:24.2.1'
+    compile 'com.android.support:appcompat-v7:25.0.0'
     // 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,8 +39,8 @@ task makesmallicu (type:Exec, dependsOn: configurations.smallicu) {
 def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "../Util"
 
 android {
-    compileSdkVersion 23
-    buildToolsVersion "23.0.2"
+    compileSdkVersion 25
+    buildToolsVersion "25"
     lintOptions {
         disable "MissingTranslation"
     }