Skip to content

Commit

Permalink
[ADD] BuildConfig 추가 - 카카오 채널 ID
Browse files Browse the repository at this point in the history
  • Loading branch information
unam98 committed Nov 16, 2023
1 parent 95b7c84 commit eae1559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
buildConfigField "String", "NAVER_CLIENT_ID", properties["NAVER_CLIENT_ID"]
buildConfigField "String", "GOOGLE_CLIENT_ID", properties["GOOGLE_CLIENT_ID"]
buildConfigField "String", "REMOTE_KEY_APP_VERSION", properties["REMOTE_KEY_APP_VERSION"]

buildConfigField "String", "KAKAO_CHANNEL_ID", properties["KAKAO_CHANNEL_ID"]
}

buildFeatures {
Expand Down

0 comments on commit eae1559

Please sign in to comment.