1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-03 20:27:40 +01:00

kotlin 1.6.0

This commit is contained in:
tateisu 2021-11-20 07:55:26 +09:00
parent 0bf47cd03c
commit 2d2d5ce58c

View File

@ -10,7 +10,7 @@ buildscript {
ext.lifecycle_version = "2.4.0"
ext.arch_version = "2.1.0"
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.6.0'
ext.kotlinx_coroutines_version = '1.5.2'
ext.anko_version = '0.10.8'