Some performance improvements

This commit is contained in:
2017-09-12 21:28:56 +02:00
parent 9dd1b457e3
commit 1e8b71e43b
7 changed files with 107 additions and 27 deletions

View File

@ -5,7 +5,7 @@ configurations.all {
}
buildscript {
ext.kotlin_version = '1.1.4-2'
ext.kotlin_version = '1.1.4-3'
ext.anko_version = '0.10.1'
repositories {
jcenter()