Kotlin 1.2.60, kotlin coroutines 0.24.0, anko 0.10.5

This commit is contained in:
tateisu 2018-08-05 04:50:54 +09:00
parent e7bc59e787
commit 9fde3da81c
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
buildscript {
ext.kotlin_version = '1.2.51'
ext.kotlin_coroutines_version = '0.21.2'
ext.anko_version='0.10.4'
ext.kotlin_version = '1.2.60'
ext.kotlin_coroutines_version = '0.24.0'
ext.anko_version='0.10.5'
ext.asl_version='27.1.1'
repositories {