Skip to content

Commit 5cac399

Browse files
committed
네이버 맵 SDK 인증 키 태그명 수정
- com.naver.maps.map.CLIENT_ID → com.naver.maps.map.NCP_KEY_ID - NCP(Naver Cloud Platform) 기반 인증 방식에 맞는 태그명으로 변경 - 참고: https://navermaps.github.io/android-map-sdk/guide-ko/1.html
1 parent 239db4f commit 5cac399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
android:exported="false" />
130130

131131
<meta-data
132-
android:name="com.naver.maps.map.CLIENT_ID"
132+
android:name="com.naver.maps.map.NCP_KEY_ID"
133133
android:value="${NAVER_CLIENT_ID}" />
134134

135135
<activity

0 commit comments

Comments
 (0)