Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi755 committed Nov 8, 2024
1 parent 0901c27 commit 56b252b
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 56b252b

Please sign in to comment.