Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Update dependencies to v5.0.1 (#256)
Browse files Browse the repository at this point in the history
* update to 5.0.1

* update whatsnew
  • Loading branch information
zugaldia authored Mar 24, 2017
1 parent 9f04cdf commit 7ab41f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MapboxAndroidDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
gpservicesCompile 'com.google.firebase:firebase-crash:10.0.1'

// Mapbox dependencies
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.0@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.1@aar') {
transitive = true
}

Expand Down
2 changes: 1 addition & 1 deletion MapboxAndroidWearDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
compile 'com.google.android.gms:play-services-wearable:10.2.0'
compile 'com.google.android.gms:play-services-location:10.2.0'
// Mapbox dependencies
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.0@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.1@aar') {
transitive = true
}
}
2 changes: 1 addition & 1 deletion whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Update Mapbox GL Android SDK to 5.0.0
This a minor release that fixes a shader precision issue that created a rendering problem on some devices.

0 comments on commit 7ab41f2

Please sign in to comment.