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.
buildscript {
ext.kotlin_version = '1.1.3-2'
ext.kotlin_version = '1.1.51'
repositories {
jcenter()
mavenCentral()
maven {
url "https://maven.google.com"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'