v4.6.3, kotlin 1.5.10

This commit is contained in:
tateisu 2021-06-14 09:58:53 +09:00
parent 5f7f486471
commit e0c7a279fd
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ android {
targetSdkVersion target_sdk_version
minSdkVersion min_sdk_version
versionCode 462
versionName "4.6.2"
versionCode 463
versionName "4.6.3"
applicationId "jp.juggler.subwaytooter"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -7,7 +7,7 @@ buildscript {
ext.appcompat_version='1.3.0'
ext.lifecycle_version='2.3.1'
ext.kotlin_version = '1.5.0'
ext.kotlin_version = '1.5.10'
ext.kotlinx_coroutines_version = '1.5.0'
ext.anko_version='0.10.8'