versionCode 23 versionName "1.6.1"

This commit is contained in:
klaus 2024-02-16 14:10:34 +09:00
parent 239ccb9018
commit e3349e41a1
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ android {
applicationId "kr.co.vividnext.sodalive" applicationId "kr.co.vividnext.sodalive"
minSdk 23 minSdk 23
targetSdk 33 targetSdk 33
versionCode 22 versionCode 23
versionName "1.6.0" versionName "1.6.1"
} }
buildTypes { buildTypes {