We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24d146 commit 2dd9638Copy full SHA for 2dd9638
1 file changed
services/build.gradle
@@ -12,8 +12,8 @@ sourceSets {
12
dependencies {
13
api project(":services-core")
14
api project(":services-geojson")
15
- api "com.mapbox.mapboxsdk:mapbox-sdk-directions-models:5.1.0-SNAPSHOT"
16
- api "com.mapbox.mapboxsdk:mapbox-sdk-directions-refresh-models:5.1.0-SNAPSHOT"
+ api project(":services-directions-models")
+ api project(":services-directions-refresh-models")
17
18
// Annotations
19
compileOnly dependenciesList.supportAnnotation
0 commit comments