Dbrant has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/403758 )
Change subject: Update Mapbox to 5.3.1. ...................................................................... Update Mapbox to 5.3.1. https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v5.3.1 Change-Id: I25f7d100f3adf608d0adef7f62352c270e841639 --- M app/build.gradle 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia refs/changes/58/403758/1 diff --git a/app/build.gradle b/app/build.gradle index c720594..08955b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -201,7 +201,7 @@ implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion" implementation 'com.getkeepsafe.taptargetview:taptargetview:1.9.1' implementation "com.jakewharton:butterknife:$butterKnifeVersion" - implementation "com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0@aar" + implementation "com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.1@aar" implementation "com.mapbox.mapboxsdk:mapbox-android-ui:2.2.9" implementation 'net.hockeyapp.android:HockeySDK:4.1.3' implementation 'org.apache.commons:commons-lang3:3.5' -- To view, visit https://gerrit.wikimedia.org/r/403758 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I25f7d100f3adf608d0adef7f62352c270e841639 Gerrit-PatchSet: 1 Gerrit-Project: apps/android/wikipedia Gerrit-Branch: master Gerrit-Owner: Dbrant <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
