From 0a04581f4688c0d47bfd150fefd8f5a9afa63754 Mon Sep 17 00:00:00 2001 From: Fabian Zeindl Date: Tue, 7 Feb 2017 10:09:23 +0100 Subject: [PATCH] updated mapbox-android-sdk to 4.2.1 (#481) to fix this crash: https://github.com/mapbox/mapbox-gl-native/issues/6838#issuecomment-269646230 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index eadbd51ed..a1fce7dc0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -31,7 +31,7 @@ repositories { dependencies { compile 'com.facebook.react:react-native:0.19.+' - compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.1.1@aar') { + compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.1@aar') { transitive = true } }