aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuardiola31337 <pablo.guardiola@mapbox.com>2019-04-24 16:12:00 -0400
committerƁukasz Paczos <lukasz.paczos@mapbox.com>2019-11-14 19:32:37 +0100
commit8af791f847e1cee8327d2a274a74c98737dbc113 (patch)
tree92c16b032d95ca241dc3b311380816b62eb68497
parent61833378bc48a8d471e9d98d3df6be9aed3d8857 (diff)
keep testing https://github.com/mapbox/mapbox-navigation-android/pull/1895 with the latest changes from downstream
-rw-r--r--platform/android/MapboxGLDownstreamTestApp/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/MapboxGLDownstreamTestApp/build.gradle b/platform/android/MapboxGLDownstreamTestApp/build.gradle
index 8c2cda829..eb6b786a3 100644
--- a/platform/android/MapboxGLDownstreamTestApp/build.gradle
+++ b/platform/android/MapboxGLDownstreamTestApp/build.gradle
@@ -44,11 +44,11 @@ android {
dependencies {
api(project(':MapboxGLAndroidSDK'))
- implementation("com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.37.0-20190424.152733-3") {
+ implementation("com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.37.0-20190424.195829-5") {
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk'
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-navigation'
}
- implementation "com.mapbox.mapboxsdk:mapbox-android-navigation:0.37.0-20190424.152701-3"
+ implementation "com.mapbox.mapboxsdk:mapbox-android-navigation:0.37.0-20190424.195804-5"
// Butter Knife
implementation "com.jakewharton:butterknife:8.8.1"