Skip to content

Commit 2979cfe

Browse files
author
maskara
committed
Fix crash in map view fragment
1 parent 45aab1c commit 2979cfe

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.2.1@aar'){
21+
implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1@aar'){
2222
transitive=true
2323
}
2424

0 commit comments

Comments
 (0)