File tree 1 file changed +3
-0
lines changed
packages/ui-mapbox/platforms/android
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies {
10
10
def mapboxPluginsVersion = project. hasProperty(" mapboxPluginsVersion" ) ? project. mapboxPluginsVersion : " v9"
11
11
def mapboxAnnotationPluginVersion = project. hasProperty(" mapboxAnnotationPluginVersion" ) ? project. mapboxAnnotationPluginVersion : " 0.9.0"
12
12
def mapboxGesturesVersion = project. hasProperty(" mapboxGesturesVersion" ) ? project. mapboxGesturesVersion : " 0.7.0"
13
+ def squareupVersion = project. hasProperty(" squareupVersion" ) ? project. mapboxGesturesVersion : " 4.9.0"
13
14
14
15
implementation " com.mapbox.mapboxsdk:mapbox-android-telemetry:$mapboxTelemetryVersion "
15
16
@@ -28,6 +29,8 @@ dependencies {
28
29
// Annotation Plugin
29
30
30
31
implementation " com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-$mapboxPluginsVersion :$mapboxAnnotationPluginVersion "
32
+
33
+ implementation " com.squareup.okhttp3:okhttp:$squareupVersion "
31
34
}
32
35
33
36
android {
You can’t perform that action at this time.
0 commit comments