We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb8a90 commit 733ce0cCopy full SHA for 733ce0c
1 file changed
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
14
defaultConfig {
15
applicationId = "com.oksusu.susu"
16
- versionCode = 2
17
- versionName = "1.0.0-beta.1"
+ versionCode = 3
+ versionName = "1.0.0"
18
buildConfigField("String", "KAKAO_APP_KEY", getApiKey("KAKAO_APP_KEY"))
19
manifestPlaceholders["KAKAO_APP_KEY"] = "kakao${getApiKey("KAKAO_REDIRECT_KEY")}"
20
}
0 commit comments