Skip to content

Commit

Permalink
Prepare release 4.0.0 (#125)
Browse files Browse the repository at this point in the history
* Update version

* Update changelog

* Update readme

* Update release date
  • Loading branch information
Fabi755 authored Nov 9, 2024
1 parent b0d2f57 commit a2bd817
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Maplibre welcomes participation and contributions from everyone.

### unreleased

### v4.0.0 - November 9, 2024

**BREAKING CHANGES:**
- Update naming and packages to MapLibre (`org.maplibre.navigation.android`)
- Update MapLibre native to v11

### v3.0.1 - November 7, 2024

- Update dependencies, build tools & configurations
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Step 1. Add it to your root `build.gradle` at the end of repositories:
```
Step 2. Add the dependency
```
implementation 'com.github.maplibre:maplibre-navigation-android:3.0.1'
implementation 'com.github.maplibre:maplibre-navigation-android:4.0.0'
```

### Maven
Expand All @@ -75,7 +75,7 @@ Step 2. Add the dependency
<dependency>
<groupId>com.github.maplibre</groupId>
<artifactId>maplibre-navigation-android</artifactId>
<version>3.0.1</version>
<version>4.0.0</version>
</dependency>
```

Expand All @@ -86,7 +86,7 @@ Step 1. Add it in your `build.sbt` at the end of resolvers:
```
Step 2. Add the dependency
```
libraryDependencies += "com.github.maplibre" % "maplibre-navigation-android" % "3.0.1"
libraryDependencies += "com.github.maplibre" % "maplibre-navigation-android" % "4.0.0"
```

### leiningen
Expand All @@ -96,7 +96,7 @@ Step 1. Add it in your `project.clj` at the end of repositories:
```
Step 2. Add the dependency
```
:dependencies [[com.github.maplibre/maplibre-navigation-android "3.0.1"]]
:dependencies [[com.github.maplibre/maplibre-navigation-android "4.0.0"]]
```

To run the [sample code](#sample-code) on a device or emulator, include your [Mapbox access token](https://www.mapbox.com/help/define-access-token/) and map tile provider URL in `developer-config.xml` found in the project.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
VERSION_NAME=3.0.1
VERSION_NAME=4.0.0

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
Expand Down

0 comments on commit a2bd817

Please sign in to comment.