Skip to content

Commit

Permalink
versionCode 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-halo committed Mar 14, 2024
1 parent a04abef commit e7f102d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ android {
applicationId = "com.sopetit.softie"
minSdk = 28
targetSdk = 34
versionCode = 1
versionCode = 6
versionName = "1.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BASE_URL", getApiKey("PROD_BASE_URL"))
buildConfigField("String", "BASE_URL", getApiKey("DEV_BASE_URL"))
buildConfigField("String", "KAKAO_NATIVE_APP_KEY", getApiKey("KAKAO_NATIVE_APP_KEY"))
manifestPlaceholders["KAKAO_REDIRECT_SCHEME"] = getApiKey("KAKAO_REDIRECT_SCHEME")
}
Expand Down

0 comments on commit e7f102d

Please sign in to comment.