From: Reimar Döffinger Date: Sat, 14 Apr 2018 18:39:14 +0000 (+0200) Subject: Update to latest stable gradle tool version. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=47e92bc63b2f89f00eb77d3a0164b990f96c7059 Update to latest stable gradle tool version. --- diff --git a/build.gradle b/build.gradle index c438d16..9b10a28 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.1.1' } } @@ -18,13 +18,13 @@ configurations { smallicu } dependencies { - compile 'com.android.support:appcompat-v7:25.4.0' - compile 'com.android.support:design:25.4.0' - // Note: you can just replace "smallicu" by compile + implementation 'com.android.support:appcompat-v7:25.4.0' + implementation 'com.android.support:design:25.4.0' + // Note: you can just replace "smallicu" by implementation // and remove the "compile files" part if you do not // care about the size of the apk smallicu 'com.ibm.icu:icu4j:57.1' - compile files("$buildDir/icu4j-57.1.small.jar") { + implementation files("$buildDir/icu4j-57.1.small.jar") { builtBy 'makesmallicu' } } @@ -64,9 +64,6 @@ android { assets.srcDirs = ['assets'] } - // Move the tests to tests/java, tests/res, etc... - instrumentTest.setRoot('tests') - // Move the build types to build-types/ // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ... // This moves them out of them default location under src//... which would