Skip to content

Commit

Permalink
chore: versionCode 2, versionName 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Feb 13, 2024
1 parent a2fefa2 commit 36ed61f
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 @@ -13,8 +13,8 @@ android {

defaultConfig {
applicationId = "com.oksusu.susu"
versionCode = 1
versionName = "1.0.0-beta.0"
versionCode = 2
versionName = "1.0.0-beta.1"
buildConfigField("String", "KAKAO_APP_KEY", getApiKey("KAKAO_APP_KEY"))
manifestPlaceholders["KAKAO_APP_KEY"] = "kakao${getApiKey("KAKAO_REDIRECT_KEY")}"
}
Expand Down

0 comments on commit 36ed61f

Please sign in to comment.