From ed2a8140425537e9c0e6bb6f20cc548087b3531f Mon Sep 17 00:00:00 2001 From: Paul Hawke Date: Fri, 8 Dec 2017 21:24:16 -0600 Subject: [PATCH] Updated the version of mapbox sdk as there was a fix for a crash we are seeing. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 549ffdae4..d9cd7a7c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.1' implementation 'com.jakewharton.timber:timber:4.5.1' implementation 'info.debatty:java-string-similarity:0.24' - implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0@aar'){ + implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.1@aar'){ transitive=true }