Skip to content

Commit c1c178c

Browse files
nicolas-raoulmisaochan
authored andcommitted
Fix nearby crash by updating to Mapbox version that includes telem 2.2.10 (commons-app#1666)
1 parent e05993f commit c1c178c

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
@@ -22,7 +22,7 @@ dependencies {
2222
implementation 'info.debatty:java-string-similarity:0.24'
2323
implementation 'com.borjabravo:readmoretextview:2.1.0'
2424
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
25-
implementation('com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1@aar') {
25+
implementation('com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0@aar') {
2626
transitive = true
2727
}
2828
implementation 'com.github.deano2390:MaterialShowcaseView:1.2.0'

0 commit comments

Comments
 (0)