Skip to content

Commit

Permalink
chore: versionCode 5, versionName 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Feb 23, 2024
1 parent d9a17f5 commit 83ec21d
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 = 4
versionName = "1.0.1"
versionCode = 5
versionName = "1.0.2"
buildConfigField("String", "KAKAO_APP_KEY", getApiKey("KAKAO_APP_KEY"))
manifestPlaceholders["KAKAO_APP_KEY"] = "kakao${getApiKey("KAKAO_REDIRECT_KEY")}"
}
Expand Down

0 comments on commit 83ec21d

Please sign in to comment.