update kotlin to 1.1.50

This commit is contained in:
tibbi 2017-09-23 11:47:36 +02:00
parent 18db961c0e
commit 72cd60cb3a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.1.4-3'
ext.kotlin_version = '1.1.50'
repositories {
mavenCentral()
}