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
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Mapbox Navigation for Android version 2.0

Mapbox Navigation Android SDK

Copyright ©2022 - 2024 Mapbox, Inc. All rights reserved.
Copyright ©2022 - 2025 Mapbox, Inc. All rights reserved.

The software and files in this repository (collectively, "Software") are licensed under the Mapbox TOS for use only with the relevant Mapbox product(s) listed at www.mapbox.com/pricing. This license allows developers with a current active Mapbox account to use and modify the authorized portions of the Software as needed for use only with the relevant Mapbox product(s) through their Mapbox account in accordance with the Mapbox TOS. This license terminates automatically if a developer no longer has a Mapbox account in good standing or breaches the Mapbox TOS. For the license terms, please see the Mapbox TOS at https://www.mapbox.com/legal/tos/ which incorporates the Mapbox Product Terms at www.mapbox.com/legal/service-terms. If this Software is a SDK, modifications that change or interfere with marked portions of the code related to billing, accounting, or data collection are not authorized and the SDK sends limited de-identified location and usage data which is used in accordance with the Mapbox TOS. [Updated 2023-04]

Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/bugfixes/7897.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Improved completion detection policy
- Disabled continuous alternatives feature for the cycling profile
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
// version which we should use in this build
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
mapboxNavigatorVersion = '206.0.0'
mapboxNavigatorVersion = '206.1.1'
}
println("Navigation Native version: " + mapboxNavigatorVersion)
def androidXWorkManagerVersion = project.hasProperty('WORK_MANAGER_VERSION') ? project.property('WORK_MANAGER_VERSION') : '2.7.0'
Expand Down Expand Up @@ -190,7 +190,7 @@ ext {
// Used by license. Add this dependency explicitly,
// because the version used by license has been removed from the repository.
// This dependency may be removed when we bump license version.
kotlinHtmlJvm : '0.7.2',
kotlinHtmlJvm : '0.7.5',
jacoco : '0.2',
googleServices : '4.3.3',
mapboxSdkVersions : '1.1.3',
Expand Down
Loading