Project: Update Kotlin version and maven repository

This commit is contained in:
zt515 2017-07-29 22:14:46 +08:00
parent 7a3b1a1b80
commit d15050ab87

View File

@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.1.3'
ext.kotlin_version = '1.1.3-2'
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://dl.google.com/dl/android/maven2/' }
jcenter()
}
dependencies {