Skip to content

Commit

Permalink
Downgrade Android Mapbox SDK to 8.4.0. Higher versions up through 9.1…
Browse files Browse the repository at this point in the history
….0 cause a crash. See issue #355
  • Loading branch information
Yermo committed Apr 28, 2020
1 parent 02b95e9 commit 6c6f850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

implementation "com.mapbox.mapboxsdk:mapbox-sdk-geojson:4.8.0"

implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:9.0.0'){
implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:8.4.0'){
transitive=false
}

Expand Down

0 comments on commit 6c6f850

Please sign in to comment.