versionCode 14, versionName 1.3.0

This commit is contained in:
klaus 2023-12-25 18:03:11 +09:00
parent 12f944c79d
commit 7d9fc13192
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 13 versionCode 14
versionName "1.2.1" versionName "1.3.0"
} }
buildTypes { buildTypes {