From: Reimar Döffinger Date: Sun, 5 Nov 2017 14:42:52 +0000 (+0100) Subject: Tool and library updates. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=c1106a158eb4d03e930ae3a55c0ffc0c50ee213c Tool and library updates. --- diff --git a/build.gradle b/build.gradle index 6fe26e0..d9143a9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,10 @@ buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.3' + classpath 'com.android.tools.build:gradle:3.0.0' } } @@ -16,8 +17,8 @@ configurations { smallicu } dependencies { - compile 'com.android.support:appcompat-v7:25.3.0' - compile 'com.android.support:design:25.3.0' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:design:25.3.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 @@ -41,7 +42,7 @@ def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util" android { compileSdkVersion 25 - buildToolsVersion "26.0.1" + buildToolsVersion "26.0.2" lintOptions { disable "MissingTranslation" }