versionCode 21 versionName "1.5.1"

This commit is contained in:
klaus 2024-02-07 20:38:31 +09:00
parent 489b09a54e
commit a14263bf27
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 20 versionCode 21
versionName "1.5.0" versionName "1.5.1"
} }
buildTypes { buildTypes {