Skip to content

Commit 8df22ed

Browse files
authored
Dependencies bump: NN, Maps, Common (#6346)
1 parent 2f85a1d commit 8df22ed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Mapbox welcomes participation and contributions from everyone.
55
## Unreleased
66
#### Features
77
#### Bug fixes and improvements
8+
- Fixed super late hwy exit detection after leaving a tunnel (auto profile only). [#6346](https://github.com/mapbox/mapbox-navigation-android/pull/6346)
89

910
## Mapbox Navigation SDK 2.9.0-alpha.1 - 15 September, 2022
1011
### Changelog

gradle/dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ 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 = '114.0.0'
16+
mapboxNavigatorVersion = '115.0.0'
1717
}
1818
println("Navigation Native version: " + mapboxNavigatorVersion)
1919

2020
version = [
21-
mapboxMapSdk : '10.8.0-rc.1',
21+
mapboxMapSdk : '10.8.0',
2222
mapboxSdkServices : '6.8.0-beta.4',
2323
mapboxEvents : '8.1.5',
2424
mapboxCore : '5.0.2',
2525
mapboxNavigator : "${mapboxNavigatorVersion}",
26-
mapboxCommonNative : '23.0.0-rc.2',
26+
mapboxCommonNative : '23.0.0',
2727
mapboxSearchSdk : '1.0.0-beta.35',
2828
mapboxCrashMonitor : '2.0.0',
2929
mapboxAnnotationPlugin : '0.8.0',

0 commit comments

Comments
 (0)