Merge pull request #1010 from psh/mapbox-crash

Fix for mapbox related crash on Nearby
This commit is contained in:
neslihanturan 2017-12-15 14:23:23 +03:00 committed by GitHub
commit 14ea04cd72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}