We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b7c84 commit eae1559Copy full SHA for eae1559
app/build.gradle
@@ -39,7 +39,7 @@ android {
39
buildConfigField "String", "NAVER_CLIENT_ID", properties["NAVER_CLIENT_ID"]
40
buildConfigField "String", "GOOGLE_CLIENT_ID", properties["GOOGLE_CLIENT_ID"]
41
buildConfigField "String", "REMOTE_KEY_APP_VERSION", properties["REMOTE_KEY_APP_VERSION"]
42
-
+ buildConfigField "String", "KAKAO_CHANNEL_ID", properties["KAKAO_CHANNEL_ID"]
43
}
44
45
buildFeatures {
0 commit comments