]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Update tools.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 13 Apr 2017 20:54:29 +0000 (22:54 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 13 Apr 2017 20:54:29 +0000 (22:54 +0200)
build.gradle

index e79d282527b4f82a21c4c0384f7fac2efff6908c..ec54900cf29f6c38f77a1eb511071402882cd70e 100644 (file)
@@ -3,7 +3,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.3.0'
+        classpath 'com.android.tools.build:gradle:2.3.1'
     }
 }
 
@@ -41,7 +41,7 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util"
 
 android {
     compileSdkVersion 25
-    buildToolsVersion "25"
+    buildToolsVersion "25.0.2"
     lintOptions {
         disable "MissingTranslation"
     }