반응형
아래와 같이 버전 코드가 이미 사용되었다고 나온다면 다음과 같이 하면 된다.

bundle.gradle파일의 아래 영역의 versionCode를 1 증가 시키면 된다.
android {
namespace = "com.xxx.xxx"
compileSdk = 36
defaultConfig {
applicationId = "com.xxx.xxx"
minSdk = 24
targetSdk = 35
versionCode = 2 <- 1증가
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
반응형
'GooglePlay' 카테고리의 다른 글
| Google play App Bundle 등록시 경고! (1) | 2026.03.06 |
|---|