update kotlin to 1.1.50

This commit is contained in:
tibbi 2017-09-23 16:48:11 +02:00
parent 4262e0c14b
commit 485b81fbf9
1 changed files with 1 additions and 1 deletions

View File

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