Update gradle configuration

This commit is contained in:
Fredrik Fornwall
2017-10-28 11:04:56 +02:00
parent 9e5293a08e
commit d68a0f05be
5 changed files with 12 additions and 13 deletions

View File

@@ -1,11 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'
}
}