Update Gradle to latest

This commit is contained in:
2017-12-02 19:10:35 +01:00
parent 5d5e2c01e3
commit 66bd2c327a
19 changed files with 415 additions and 309 deletions

View File

@@ -3,9 +3,13 @@
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -15,6 +19,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
}
}