diff --git a/naver-map-compose/gradle.properties b/naver-map-compose/gradle.properties index beff5e6..e3815c5 100644 --- a/naver-map-compose/gradle.properties +++ b/naver-map-compose/gradle.properties @@ -2,4 +2,4 @@ POM_ARTIFACT_ID=naver-map-compose POM_NAME=NAVER Map Android SDK for Jetpack Compose POM_DESCRIPTION=NAVER Map Android SDK for Jetpack Compose POM_PACKAGING=aar -VERSION_NAME=1.7.1-SNAPSHOT +VERSION_NAME=1.7.1 diff --git a/naver-map-location/build.gradle b/naver-map-location/build.gradle index ac31e90..9089529 100644 --- a/naver-map-location/build.gradle +++ b/naver-map-location/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.library' id 'org.jetbrains.kotlin.android' - id 'com.vanniktech.maven.publish' +// id 'com.vanniktech.maven.publish' id 'org.jetbrains.dokka' id 'me.tylerbwong.gradle.metalava' }