update kotlin to 1.1.50

This commit is contained in:
tibbi 2017-09-23 12:15:41 +02:00
parent faf0aba579
commit 2640f99e22
1 changed files with 1 additions and 1 deletions

View File

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