Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1137,18 +1137,6 @@ License: [The Apache Software License, Version 2.0](https://www.apache.org/licen

===========================================================================

Mapbox Navigation uses portions of the Mapbox Annotations (Artifact that provides Mapbox module and plugin annotations).
URL: [https://github.com/mapbox/mapbox-base-android](https://github.com/mapbox/mapbox-base-android)
License: [BSD](https://opensource.org/licenses/BSD-2-Clause)

===========================================================================

Mapbox Navigation uses portions of the Mapbox Common (Artifact that provides Mapbox module and plugin contracts).
URL: [https://github.com/mapbox/mapbox-base-android](https://github.com/mapbox/mapbox-base-android)
License: [BSD](https://opensource.org/licenses/BSD-2-Clause)

===========================================================================

Mapbox Navigation uses portions of the Mapbox Java SDK.
URL: [https://github.com/mapbox/mapbox-java](https://github.com/mapbox/mapbox-java)
License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
Expand Down
1 change: 1 addition & 0 deletions libnavigation-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies {
implementation project(':libnavigator')
runtimeOnly project(':libdirections-hybrid')
runtimeOnly project(':libtrip-notification')
runtimeOnly dependenciesList.mapboxLogger
implementation project(':libnavigation-metrics')
implementation dependenciesList.mapboxAndroidAccounts
implementation dependenciesList.mapboxSdkTurf
Expand Down
1 change: 0 additions & 1 deletion libnavigator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ android {

dependencies {
implementation(project(':libnavigation-base'))
implementation dependenciesList.mapboxCommon

// Navigator
api dependenciesList.mapboxNavigator
Expand Down