Locale fix. Kotlin update to 1.0.6

This commit is contained in:
len
2016-12-27 20:18:38 +01:00
parent dc882b4dce
commit a7192e866f
2 changed files with 13 additions and 6 deletions

View File

@@ -204,7 +204,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.0.5-2'
ext.kotlin_version = '1.0.6'
repositories {
mavenCentral()
}