Skip to content

Commit

Permalink
chore: versionCode 4 / versionName 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Feb 22, 2024
1 parent 8d4acb6 commit 84e42be
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 = 3
versionName = "1.0.0"
versionCode = 4
versionName = "1.0.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 84e42be

Please sign in to comment.