kotlin 1.3.11

This commit is contained in:
tateisu 2018-12-07 06:43:43 +09:00
parent 482ec9037e
commit 67bb8e899c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
ext.target_sdk_version = 28
ext.asl_version='28.0.0'
ext.kotlin_version = '1.3.10'
ext.kotlin_version = '1.3.11'
ext.kotlinx_coroutines_version = '1.0.1'
ext.anko_version='0.10.8'