Skip to content

Commit

Permalink
Updates to NaverMap 3.19.1 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid authored Oct 20, 2024
1 parent 94b47f7 commit 8a85148
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,21 @@ compose = "1.7.0"
composeCompiler = "1.4.8"
accompanist = "0.36.0"

naver-map = "3.19.1"
naver-map-location = "21.0.1"
naver-map-tedclustering = "1.0.2"
google-play-services-location = "21.0.1"

[libraries]

android-pluginGradle = { module = "com.android.tools.build:gradle", version.ref = "gradlePlugin" }
mavenPublish-pluginGradle = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "mavenPublish" }
metalava-pluginGradle = { module = "me.tylerbwong.gradle.metalava:plugin", version.ref = "metalava" }

naver-map = "com.naver.maps:map-sdk:3.18.0"
naver-map-location = "io.github.fornewid:naver-map-location:21.0.1"
naver-map-tedclustering = "io.github.ParkSangGwon:tedclustering-naver:1.0.2"
google-play-services-location = "com.google.android.gms:play-services-location:21.0.1"
naver-map = { module = "com.naver.maps:map-sdk", version.ref = "naver-map" }
naver-map-location = { module = "io.github.fornewid:naver-map-location", version.ref = "naver-map-location" }
naver-map-tedclustering = { module = "io.github.ParkSangGwon:tedclustering-naver", version.ref = "naver-map-tedclustering" }
google-play-services-location = { module = "com.google.android.gms:play-services-location", version.ref = "google-play-services-location" }

# Kotlin

Expand Down

0 comments on commit 8a85148

Please sign in to comment.