Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ android.nonTransitiveRClass=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.nonFinalResIds=false
LIBRARY_VERSION=2.0.0
LIBRARY_COMPOSE_VERSION=2.0.0
LIBRARY_VERSION=2.1.0
LIBRARY_COMPOSE_VERSION=2.1.0
MAPBOX_DOWNLOADS_TOKEN = "YOUR_MAPBOX_DOWNLOADS_TOKEN"
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ secretsGradlePlugin = "2.0.1"
sonarqubeGradlePlugin = "3.3"

#Map Box
mapboxV10 = "10.18.3"
mapboxV10 = "10.19.0"
mapboxV11 = "11.8.0"

#Google Map
Expand Down Expand Up @@ -87,8 +87,8 @@ secrets-gradle-plugin = { module = "com.google.android.libraries.mapsplatform.se
sonarqube-gradle-plugin = { module = "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin", version.ref = "sonarqubeGradlePlugin" }

#Map Box
mapbox-v10 = { module = "com.mapbox.maps:android", version.ref = "mapboxV10" }
mapbox-v11 = { module = "com.mapbox.maps:android", version.ref = "mapboxV11" }
mapbox-v10 = { module = "com.mapbox.maps:android-ndk27", version.ref = "mapboxV10" }
mapbox-v11 = { module = "com.mapbox.maps:android-ndk27", version.ref = "mapboxV11" }
extension-mapbox-compose = { module = "com.mapbox.extension:maps-compose", version.ref = "mapboxV11" }

#Google Map
Expand Down
1 change: 1 addition & 0 deletions lib-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ publishing {
}

repositories {
mavenLocal()
maven {
name = "sonatypeSnapshots"
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
Expand Down
1 change: 1 addition & 0 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ publishing {
}

repositories {
mavenLocal()
maven {
name = "sonatypeSnapshots"
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
Expand Down
Loading