Skip to content

Commit

Permalink
chore: versionCode 3 / versionName 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Feb 19, 2024
1 parent deb8a90 commit 733ce0c
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 = 2
versionName = "1.0.0-beta.1"
versionCode = 3
versionName = "1.0.0"
buildConfigField("String", "KAKAO_APP_KEY", getApiKey("KAKAO_APP_KEY"))
manifestPlaceholders["KAKAO_APP_KEY"] = "kakao${getApiKey("KAKAO_REDIRECT_KEY")}"
}
Expand Down

0 comments on commit 733ce0c

Please sign in to comment.