diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index fe86d7505f1..807ccffe668 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -23,7 +23,7 @@ ext { mapboxCore : '5.0.2', mapboxNavigator : "${mapboxNavigatorVersion}", mapboxCommonNative : '23.1.0-rc.2', - mapboxSearchSdk : '1.0.0-beta.37', + mapboxSearchSdk : '1.0.0-beta.38.1', mapboxCrashMonitor : '2.0.0', mapboxAnnotationPlugin : '0.8.0', mapboxBaseAndroid : '0.8.0', diff --git a/libnavui-androidauto/CHANGELOG.md b/libnavui-androidauto/CHANGELOG.md index cbb7d44ac39..402177eab9b 100644 --- a/libnavui-androidauto/CHANGELOG.md +++ b/libnavui-androidauto/CHANGELOG.md @@ -3,6 +3,13 @@ Mapbox welcomes participation and contributions from everyone. ## Unreleased +#### Features +#### Bug fixes and improvements + +## androidauto-v0.15.0 - October 21, 2022 +### Changelog +[Changes between 0.14.0 and 0.15.0](https://github.com/mapbox/mapbox-navigation-android/compare/androidauto-v0.14.0...androidauto-v0.15.0) + #### Features - Added a new `MapboxCarOptions` that contains mutable options for `MapboxCarContext`. [#6478](https://github.com/mapbox/mapbox-navigation-android/pull/6478) - Added a new `MapboxCarOptionsCustomization` that allows you to change the `MapboxCarOptions`. [#6478](https://github.com/mapbox/mapbox-navigation-android/pull/6478) @@ -15,6 +22,12 @@ Mapbox welcomes participation and contributions from everyone. - Renamed `CarAppLocation` to `CarLocationProvider` with a `getRegisteredInstance` accessor. [#6492](https://github.com/mapbox/mapbox-navigation-android/pull/6492) - Removed `MapboxCarApp` as it is no longer needed. Use `CarLocationProvider.getRegisteredInstance()` if needed. [#6492](https://github.com/mapbox/mapbox-navigation-android/pull/6492) +### Mapbox dependencies +This release defines minimum versions for the Mapbox dependencies. +- Mapbox Maps Android Auto Extension `v0.3.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/extension-androidauto-v0.3.0)) +- Mapbox Navigation `v2.9.0-beta.3` ([release notes](https://github.com/mapbox/mapbox-navigation-android/releases/tag/v2.9.0-beta.3)) +- Mapbox Search `v1.0.0-beta.38.1` ([release notes](https://github.com/mapbox/mapbox-search-android/releases/tag/v1.0.0-beta.38.1)) + ## androidauto-v0.14.0 - October 13, 2022 ### Changelog [Changes between 0.13.0 and 0.14.0](https://github.com/mapbox/mapbox-navigation-android/compare/androidauto-v0.13.0...androidauto-v0.14.0) diff --git a/libnavui-androidauto/build.gradle b/libnavui-androidauto/build.gradle index 5abe36c1650..d1b7df34450 100644 --- a/libnavui-androidauto/build.gradle +++ b/libnavui-androidauto/build.gradle @@ -40,7 +40,7 @@ dependencies { // This defines the minimum version of Navigation which is included in this SDK. To upgrade the // Navigation versions, you can specify a newer version in your downstream build.gradle. - releaseApi("com.mapbox.navigation:android:2.9.0-beta.1") + releaseApi("com.mapbox.navigation:android:2.9.0-beta.3") debugApi project(":libnavigation-android") // Search is currently in beta so it is not included in this SDK. The functionality of search