v5.522, archVersion 2.2.0

This commit is contained in:
tateisu 2023-02-23 21:24:23 +09:00
parent d890af513a
commit 18d2231da0
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@ android {
targetSdkVersion stTargetSdkVersion
minSdkVersion stMinSdkVersion
versionCode 521
versionName "5.521"
versionCode 522
versionName "5.522"
applicationId "jp.juggler.subwaytooter"
vectorDrawables.useSupportLibrary = true

View File

@ -4,7 +4,7 @@ buildscript {
ext.androidxTestVersion = "1.5.0"
ext.ankoVersion = "0.10.8"
ext.appcompatVersion = "1.6.0"
ext.archVersion = "2.1.0"
ext.archVersion = "2.2.0"
ext.composeVersion = "1.0.5"
ext.conscryptVersion = "2.5.2"
ext.desugarLibVersion = "1.2.0"