Skip to content

Commit

Permalink
0.18.0 readme bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 committed Aug 24, 2018
1 parent 3689c00 commit 9e72380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ If you are looking to include this inside your project, please take a look at [t
Add this snippet to your `build.gradle` file to use this SDK (`libandroid-navigation`):

```
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.17.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.18.0'
```

And for `libandroid-navigation-ui`:

```
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.17.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.18.0'
```
**Note**: When using the UI library, you _do not_ need to add both dependencies. The UI library will automatically pull in `libandroid-navigation`.

Expand All @@ -58,7 +58,7 @@ repositories {
}
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.18.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.19.0-SNAPSHOT'
}
```

Expand Down

0 comments on commit 9e72380

Please sign in to comment.