Skip to content

Commit

Permalink
Bump car library to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadsen committed Nov 15, 2022
1 parent 0a2438b commit ab429dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions extension-androidauto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Mapbox welcomes participation and contributions from everyone.
# main
## 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))

## 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 🏁
Expand Down

0 comments on commit ab429dd

Please sign in to comment.