File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ dependencies {
88 def mapboxServicesVersion = project. hasProperty(" mapboxServicesVersion" ) ? project. mapboxServicesVersion : " 5.6.0"
99 def mapboxTelemetryVersion = project. hasProperty(" mapboxTelemetryVersion" ) ? project. mapboxTelemetryVersion : " 6.1.0"
1010 def mapboxPluginsVersion = project. hasProperty(" mapboxPluginsVersion" ) ? project. mapboxPluginsVersion : " v9"
11- def mapboxAnnotationPluginVersion = project. hasProperty(" mapboxAnnotationPluginVersion" ) ? project. mapboxAnnotationPluginVersion : " 0.8 .0"
11+ def mapboxAnnotationPluginVersion = project. hasProperty(" mapboxAnnotationPluginVersion" ) ? project. mapboxAnnotationPluginVersion : " 0.9 .0"
1212 def mapboxGesturesVersion = project. hasProperty(" mapboxGesturesVersion" ) ? project. mapboxGesturesVersion : " 0.7.0"
13- def fbSoLoaderVersion = project. hasProperty(" fbSoLoaderVersion" ) ? project. fbSoLoaderVersion : " 0.9.0"
1413
1514 compile " com.mapbox.mapboxsdk:mapbox-android-telemetry:$mapboxTelemetryVersion "
1615
@@ -29,9 +28,6 @@ dependencies {
2928 // Annotation Plugin
3029
3130 implementation " com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-$mapboxPluginsVersion :$mapboxAnnotationPluginVersion "
32-
33- implementation " com.facebook.soloader:soloader:$fbSoLoaderVersion "
34-
3531}
3632
3733android {
You can’t perform that action at this time.
0 commit comments