update kotlin to 1.1.51

This commit is contained in:
tibbi 2017-10-19 21:50:27 +02:00
parent ab81f2235b
commit 7c95988cca
1 changed files with 1 additions and 1 deletions

View File

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