Skip to content

Commit

Permalink
[build] #43 네이버 클라이언트 KEY 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ows3090 committed Jan 21, 2024
1 parent 7c7166d commit 4aeec0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ android {
versionName "1.0"

buildConfigField("String", "KAKAO_APP_KEY", properties.getProperty("KAKAO_APP_KEY"))
resValue("string", "NAVER_CLIENT_ID", properties.getProperty("NAVER_CLIENT_ID"))
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true
Expand Down

0 comments on commit 4aeec0e

Please sign in to comment.