update kotlin version and add google maven for gradle

This commit is contained in:
zeapo 2017-11-03 13:57:15 +01:00
parent de5f3f68d5
commit 20468440d3

View file

@ -1,10 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.1.3-2' ext.kotlin_version = '1.1.51'
repositories { repositories {
jcenter() jcenter()
mavenCentral() mavenCentral()
maven {
url "https://maven.google.com"
}
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.0' classpath 'com.android.tools.build:gradle:3.0.0'