Skip to content

Commit 5a7a7ac

Browse files
committed
chore: remove soloader as it's not needed
1 parent 931401f commit 5a7a7ac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

plugin/platforms/android/include.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

3733
android {

0 commit comments

Comments
 (0)