Skip to content

Commit d4cb75e

Browse files
aimatskevichrunner
authored andcommitted
NAVAND-6656: startup-anr-fix (#11925)
* Bumped native SDKs versions to pull fix for deadlock during initialization * Rename changelog files --------- Co-authored-by: runner <runner@runnervmh13bl> GitOrigin-RevId: 6a7ac93f2dc451934cdf3fc0e1cfc03d72c178bc
1 parent db0fa89 commit d4cb75e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Mapbox Navigation for Android version 2.0
33

44
Mapbox Navigation Android SDK
55

6-
Copyright ©2022 - 2025 Mapbox, Inc. All rights reserved.
6+
Copyright ©2022 - 2026 Mapbox, Inc. All rights reserved.
77

88
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]
99

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
// mapboxSdkHdFullSparseCheckout in generate_api_docs_android.sh depends on mapboxSdkVersionSuffix
1212
// Release Train depends on these two lines below
1313
// https://github.com/mapbox/release-train/blob/bd530da200d62fb45166ef91d7d892d90a453fa6/backend/model/step/navcoreandroid/PrepareChangelogNavCore.py#L122-L124
14-
def mapboxSdkVersionSuffix = '19.0-SNAPSHOT-12-23--17-07.git-2340f98'
14+
def mapboxSdkVersionSuffix = '19.0-SNAPSHOT-01-02--14-32.git-f352966'
1515
def mapboxNavigatorVersion = "324.${mapboxSdkVersionSuffix}"
1616

1717
def ndkVersionSuffix = ""

0 commit comments

Comments
 (0)