Fix MAL not binding a manga. Upgrade Kotlin to 1.0.2

This commit is contained in:
len
2016-05-13 13:37:08 +02:00
parent 70fabf6a6b
commit 8da11dbdb9
2 changed files with 3 additions and 4 deletions

View File

@@ -184,7 +184,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.0.1'
ext.kotlin_version = '1.0.2'
repositories {
mavenCentral()
}