updated kotlin

This commit is contained in:
Mariotaku Lee 2016-12-28 14:29:29 +08:00
parent fa7dccb5ea
commit f097a043d5
2 changed files with 1 additions and 3 deletions

View File

@ -31,7 +31,7 @@ allprojects {
subprojects {
buildscript {
ext.kotlin_version = '1.0.5-2'
ext.kotlin_version = '1.0.6'
ext.android_support_lib_version = '25.1.0'
ext.mariotaku_commons_library_version = '0.9.11'
ext.mariotaku_restfu_version = '0.9.34'

View File

@ -10,8 +10,6 @@ apply plugin: 'io.fabric'
// END Non-FOSS component
buildscript {
ext.kotlin_version = '1.0.5-3'
repositories {
jcenter()
// START Non-FOSS component