Skip to content

Commit e2cb46d

Browse files
committed
bump NN to 123.3.1, Common to 23.2.2, Maps to 10.10.1
1 parent bebb857 commit e2cb46d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Added custom header x-mapbox-app-info to requests.
2+
- Fix upcoming route alerts incorrect position.
3+
- Stabilized routes with alternatives refresh / re-route on deviate.

gradle/dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ ext {
1313
// version which we should use in this build
1414
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
1515
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
16-
mapboxNavigatorVersion = '123.2.0'
16+
mapboxNavigatorVersion = '123.3.1'
1717
}
1818
println("Navigation Native version: " + mapboxNavigatorVersion)
1919

2020
version = [
21-
mapboxMapSdk : '10.10.0',
21+
mapboxMapSdk : '10.10.1',
2222
mapboxSdkServices : '6.10.0',
2323
mapboxNavigator : "${mapboxNavigatorVersion}",
24-
mapboxCommonNative : '23.2.1',
24+
mapboxCommonNative : '23.2.2',
2525
mapboxCrashMonitor : '2.0.0',
2626
mapboxAnnotationPlugin : '0.8.0',
2727
mapboxBaseAndroid : '0.8.0',

instrumentation-tests/src/androidTest/java/com/mapbox/navigation/instrumentation_tests/core/UpcomingRouteObjectsTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class UpcomingRouteObjectsTest : BaseTest<EmptyTestActivity>(EmptyTestActivity::
5555
}
5656

5757
@Test
58-
@Ignore("waiting for the NN fix, see NN-449")
5958
fun distanceToIncidentDoesNotChangeAfterAddingNewWaypointOnTheRouteGeometry() = sdkTest {
6059
val (oneLegRoute, twoLegsRoute, incidentId) =
6160
getRoutesFromTheSameOriginButDifferentWaypointsCount()

0 commit comments

Comments
 (0)