From 33464f17b8d9523f683120bfe3aa7d53e20100a2 Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 20 Jul 2020 12:15:18 -0700 Subject: [PATCH] update mapbox --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f904eff0b..6ff43794e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -142,7 +142,7 @@ dependencies { implementation 'com.github.mik3y:usb-serial-for-android:v2.2.2' // mapbox - implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.1.0' + implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.2.1' // mapbox specifies a really old version of okhttp3 which causes lots of API warnings. trying a newer version implementation 'com.squareup.okhttp3:okhttp:4.8.0'