kotlin 1.4.21

This commit is contained in:
tateisu 2020-12-09 03:07:31 +09:00
parent 85fc77a341
commit e0d1859a09
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.20'
ext.kotlin_version = '1.4.21'
ext.kotlinx_coroutines_version = '1.4.2'
ext.anko_version='0.10.8'