@@ -109,6 +109,7 @@ ext {
109
109
junitVersion = " 4.13.2"
110
110
mapboxAnnotationPluginVersion = " 0.9.0"
111
111
mapboxSdkVersion = " 9.7.1"
112
+ mapboxSdkTurfVersion = " 7.2.0"
112
113
robolectricShadowsMultidexVersion = " 4.13"
113
114
robolectricVersion = " 4.13"
114
115
supportVersion = " 1.0.0"
@@ -119,15 +120,12 @@ ext {
119
120
androidxTestCore = " androidx.test:core:$androidxTestCoreVersion "
120
121
junit = " junit:junit:$junitVersion "
121
122
mapboxSDK = " com.mapbox.mapboxsdk:mapbox-android-sdk:$mapboxSdkVersion "
122
- mapboxSDKTurf = " com.mapbox.mapboxsdk:mapbox-sdk-turf:4.8.0 "
123
+ mapboxSDKTurf = " com.mapbox.mapboxsdk:mapbox-sdk-turf:$m apboxSdkTurfVersion "
123
124
mapboxAnnotationPlugin = " com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:$mapboxAnnotationPluginVersion "
124
125
robolectric = " org.robolectric:robolectric:$robolectricVersion "
125
126
robolectricShadowsMultidex = " org.robolectric:shadows-multidex:$robolectricShadowsMultidexVersion "
126
127
}
127
128
128
-
129
- // ext.mapboxSDK = "com.mapbox.maps:android:10.7.0"
130
-
131
129
ext. mapboxDependencies = { instance , configuration ->
132
130
133
131
configuration. implementation(" com.mapbox.maps:android:$mapboxSdkVersion " ) {
@@ -141,7 +139,7 @@ ext.mapboxDependencies = { instance, configuration ->
141
139
// The local build has an issue fetching this library for some reason which
142
140
// is a dependency of the mapbox-android-sdk. The mapbox-sdk-turf is declared as
143
141
// a runtime dependency
144
- configuration. implementation ' com.mapbox.mapboxsdk:mapbox-sdk-turf:4.8.0 '
142
+ configuration. implementation " com.mapbox.mapboxsdk:mapbox-sdk-turf:$i nstance . mapboxSdkTurfVersion "
145
143
configuration. implementation " com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v7:${ instance.mapboxAnnotationPluginVersion} "
146
144
147
145
}
0 commit comments