diff --git a/buildSrc/src/main/kotlin/Project.kt b/buildSrc/src/main/kotlin/Project.kt index fc21060fba..ae81ea96ae 100644 --- a/buildSrc/src/main/kotlin/Project.kt +++ b/buildSrc/src/main/kotlin/Project.kt @@ -131,7 +131,7 @@ object Versions { const val squareLeakCanary = "2.7" const val materialDesign = "1.2.0" const val googlePlayServicesLocation = "18.0.0" - const val googleCarAppLibrary= "1.1.0" + const val googleCarAppLibrary= "1.2.0" const val androidAutoMapboxMapSdk = "10.5.0" const val kotlinCoroutines = "1.3.9" const val junit = "4.13.2" diff --git a/extension-androidauto/CHANGELOG.md b/extension-androidauto/CHANGELOG.md index ef32f547ce..0812a11bf5 100644 --- a/extension-androidauto/CHANGELOG.md +++ b/extension-androidauto/CHANGELOG.md @@ -4,10 +4,19 @@ Mapbox welcomes participation and contributions from everyone. # main ## Features ✨ and improvements 🏁 -* Always use `MapOptions.contextMode = ContextMode.SHARED` when creating the map session preventing hard-catching runtime crashes or artifacts. ([1834](https://github.com/mapbox/mapbox-maps-android/pull/1834)) ## Features ✨ and improvements 🏁 +# 0.5.0 November 15, 2022 + +## Features ✨ and improvements 🏁 +* Make the SDK compatible with Jetpack Car Library `v1.2.+`. ([#1828](https://github.com/mapbox/mapbox-maps-android/pull/1828)) +* Always use `MapOptions.contextMode = ContextMode.SHARED` when creating the map session preventing hard-catching runtime crashes or artifacts. ([1834](https://github.com/mapbox/mapbox-maps-android/pull/1834)) + +## Dependencies +* Android Auto car library `androidx.car.app:app:1.2.+` +* Supports any version of [Mapbox Maps 10.5.+](https://github.com/mapbox/mapbox-maps-android/tree/main/extension-androidauto#compatibility-with-maps-sdk-v10) + # 0.4.0 November 7, 2022 ## Features ✨ and improvements 🏁