Skip to content

Commit b6e0e48

Browse files
author
Langston Smith
authored
bumped (#1207)
1 parent 075f112 commit b6e0e48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ If you are looking to include this inside your project, please take a look at [t
2626
Add this snippet to your `build.gradle` file to use this SDK (`libandroid-navigation`):
2727

2828
```
29-
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.16.0'
29+
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.17.0'
3030
```
3131

3232
And for `libandroid-navigation-ui`:
3333

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

@@ -58,7 +58,7 @@ repositories {
5858
}
5959
6060
dependencies {
61-
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.17.0-SNAPSHOT'
61+
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.18.0-SNAPSHOT'
6262
}
6363
```
6464

0 commit comments

Comments
 (0)