Remove no predictive animations. Upgrade Kotlin to 1.0.3

This commit is contained in:
len
2016-07-01 01:39:57 +02:00
parent 864f001c3e
commit 130b7501d1
11 changed files with 17 additions and 70 deletions

View File

@@ -174,7 +174,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.0.2'
ext.kotlin_version = '1.0.3'
repositories {
mavenCentral()
}
@@ -185,5 +185,4 @@ buildscript {
repositories {
mavenCentral()
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
}