Skip to content

Commit c4b39fa

Browse files
authored
Prepare androidauto-v0.15.0 (#6504)
1 parent b17dabf commit c4b39fa

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ext {
2323
mapboxCore : '5.0.2',
2424
mapboxNavigator : "${mapboxNavigatorVersion}",
2525
mapboxCommonNative : '23.1.0-rc.2',
26-
mapboxSearchSdk : '1.0.0-beta.37',
26+
mapboxSearchSdk : '1.0.0-beta.38.1',
2727
mapboxCrashMonitor : '2.0.0',
2828
mapboxAnnotationPlugin : '0.8.0',
2929
mapboxBaseAndroid : '0.8.0',

libnavui-androidauto/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Mapbox welcomes participation and contributions from everyone.
44

55
## Unreleased
6+
#### Features
7+
#### Bug fixes and improvements
8+
9+
## androidauto-v0.15.0 - October 21, 2022
10+
### Changelog
11+
[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)
12+
613
#### Features
714
- Added a new `MapboxCarOptions` that contains mutable options for `MapboxCarContext`. [#6478](https://github.com/mapbox/mapbox-navigation-android/pull/6478)
815
- 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.
1522
- Renamed `CarAppLocation` to `CarLocationProvider` with a `getRegisteredInstance` accessor. [#6492](https://github.com/mapbox/mapbox-navigation-android/pull/6492)
1623
- Removed `MapboxCarApp` as it is no longer needed. Use `CarLocationProvider.getRegisteredInstance()` if needed. [#6492](https://github.com/mapbox/mapbox-navigation-android/pull/6492)
1724

25+
### Mapbox dependencies
26+
This release defines minimum versions for the Mapbox dependencies.
27+
- Mapbox Maps Android Auto Extension `v0.3.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/extension-androidauto-v0.3.0))
28+
- Mapbox Navigation `v2.9.0-beta.3` ([release notes](https://github.com/mapbox/mapbox-navigation-android/releases/tag/v2.9.0-beta.3))
29+
- 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))
30+
1831
## androidauto-v0.14.0 - October 13, 2022
1932
### Changelog
2033
[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)

libnavui-androidauto/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040

4141
// This defines the minimum version of Navigation which is included in this SDK. To upgrade the
4242
// Navigation versions, you can specify a newer version in your downstream build.gradle.
43-
releaseApi("com.mapbox.navigation:android:2.9.0-beta.1")
43+
releaseApi("com.mapbox.navigation:android:2.9.0-beta.3")
4444
debugApi project(":libnavigation-android")
4545

4646
// Search is currently in beta so it is not included in this SDK. The functionality of search

0 commit comments

Comments
 (0)