versionCode "80"

versionName "1.12.3"
This commit is contained in:
klaus 2024-06-05 19:16:04 +09:00
parent 357d6c3406
commit 20a1e8f1d7
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 79 versionCode 80
versionName "1.12.2" versionName "1.12.3"
} }
buildTypes { buildTypes {