Skip to content

Commit f73304f

Browse files
committed
fix: add okhttp implementation
1 parent 0820b1f commit f73304f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ui-mapbox/platforms/android/include.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies {
1010
def mapboxPluginsVersion = project.hasProperty("mapboxPluginsVersion") ? project.mapboxPluginsVersion : "v9"
1111
def mapboxAnnotationPluginVersion = project.hasProperty("mapboxAnnotationPluginVersion") ? project.mapboxAnnotationPluginVersion : "0.9.0"
1212
def mapboxGesturesVersion = project.hasProperty("mapboxGesturesVersion") ? project.mapboxGesturesVersion : "0.7.0"
13+
def squareupVersion = project.hasProperty("squareupVersion") ? project.mapboxGesturesVersion : "4.9.0"
1314

1415
implementation "com.mapbox.mapboxsdk:mapbox-android-telemetry:$mapboxTelemetryVersion"
1516

@@ -28,6 +29,8 @@ dependencies {
2829
// Annotation Plugin
2930

3031
implementation "com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-$mapboxPluginsVersion:$mapboxAnnotationPluginVersion"
32+
33+
implementation "com.squareup.okhttp3:okhttp:$squareupVersion"
3134
}
3235

3336
android {

0 commit comments

Comments
 (0)