Skip to content

Commit ed2a814

Browse files
committed
Updated the version of mapbox sdk as there was a fix for a crash we are seeing.
1 parent bdcd2ac commit ed2a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'com.google.code.gson:gson:2.8.1'
1919
implementation 'com.jakewharton.timber:timber:4.5.1'
2020
implementation 'info.debatty:java-string-similarity:0.24'
21-
implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0@aar'){
21+
implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.1@aar'){
2222
transitive=true
2323
}
2424

0 commit comments

Comments
 (0)