Android Studio 4.0.1, kotlin 1.4.10

This commit is contained in:
tateisu 2020-09-19 23:53:56 +09:00
parent 01fef27d91
commit 5849ae8527
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
ext.target_sdk_version = 30
ext.appcompat_version='1.2.0'
ext.kotlin_version = '1.4.0'
ext.kotlin_version = '1.4.10'
ext.kotlinx_coroutines_version = '1.3.9'
ext.anko_version='0.10.8'