Skip to content

Commit

Permalink
release v0.39.0 (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 authored May 29, 2019
1 parent d447d41 commit ad6ca48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,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.38.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.39.0'
```

And for `libandroid-navigation-ui`:

```
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.38.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.39.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 Down Expand Up @@ -70,7 +70,7 @@ repositories {
}
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.39.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.40.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
VERSION_NAME=0.39.0-SNAPSHOT
VERSION_NAME=0.40.0-SNAPSHOT
GROUP=com.mapbox.mapboxsdk

POM_URL=https://github.com/mapbox/mapbox-navigation-android
Expand Down

0 comments on commit ad6ca48

Please sign in to comment.