Skip to content

Commit

Permalink
Dependencies bump (#7518)
Browse files Browse the repository at this point in the history
* Dependencies update

* Changelog

* Rename changelog
  • Loading branch information
DzmitryFomchyn authored Sep 15, 2023
1 parent aca9be2 commit b1f5f69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog/unreleased/bugfixes/7518.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Improved navigation positioning in tunnels.
6 changes: 3 additions & 3 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ ext {
// version which we should use in this build
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
mapboxNavigatorVersion = '156.0.0'
mapboxNavigatorVersion = '157.0.0'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

version = [
mapboxMapSdk : '10.16.0-rc.1',
mapboxMapSdk : '10.16.0',
mapboxSdkServices : '6.13.0',
mapboxNavigator : "${mapboxNavigatorVersion}",
mapboxCommonNative : '23.8.0-rc.2',
mapboxCommonNative : '23.8.0',
mapboxCrashMonitor : '2.0.0',
mapboxAnnotationPlugin : '0.8.0',
mapboxBaseAndroid : '0.8.0',
Expand Down

0 comments on commit b1f5f69

Please sign in to comment.