diff --git a/README.md b/README.md index 883fde66705..2d9644fac47 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The snippet to add to your `build.gradle` file to use this SDK is the following: ``` // Mapbox Navigation SDK for Android -compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.7.1' +compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.8.0' ``` @@ -53,7 +53,7 @@ repositories { } dependencies { - compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.7.2-SNAPSHOT' + compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.8.1-SNAPSHOT' } ```