update kotlin to 1.1.2-3

This commit is contained in:
tibbi 2017-05-07 15:35:26 +02:00
parent 8f33f47542
commit e721f43274
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.1.1'
ext.kotlin_version = '1.1.2-3'
repositories {
mavenCentral()
}