versionName: 1.0.2, versionCode 3

This commit is contained in:
klaus 2023-09-09 01:52:52 +09:00
parent e13eb3c404
commit dc028f297d
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ android {
applicationId "kr.co.vividnext.sodalive" applicationId "kr.co.vividnext.sodalive"
minSdk 23 minSdk 23
targetSdk 33 targetSdk 33
versionCode 2 versionCode 3
versionName "1.0.1" versionName "1.0.2"
} }
buildTypes { buildTypes {