File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ If you are looking to include this inside your project, please take a look at [t
2626Add 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
3232And 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
6060dependencies {
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
You can’t perform that action at this time.
0 commit comments