From df14cdb40ab252b8441249bdb66af93472849330 Mon Sep 17 00:00:00 2001 From: Langston Smith Date: Wed, 30 Aug 2017 14:55:29 -0700 Subject: [PATCH] Update README.md (#193) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ffc0a94ff8..12c53c2be91 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,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.4.0' +compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.5.0' ``` @@ -45,7 +45,7 @@ repositories { } dependencies { - compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.5.0-SNAPSHOT' + compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.6.0-SNAPSHOT' } ```