Skip to content

Commit

Permalink
Bump mapbox gestures dependency to 0.8.0. (#1645)
Browse files Browse the repository at this point in the history
* Bump mapbox gestures dependency to 0.8.0.

* Add change log.
  • Loading branch information
pengdev authored Sep 6, 2022
1 parent b095a22 commit 75fd274
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Mapbox welcomes participation and contributions from everyone.
* Fix broken view annotation positioning when marking them `View.INVISIBLE` and then making `View.VISIBLE`. ([1616](https://github.com/mapbox/mapbox-maps-android/pull/1616))
* Snap puck to north if puckBearingEnabled is set to false. ([1635] (https://github.com/mapbox/mapbox-maps-android/pull/1635))
* Preserve cached properties if applied to the layer before during the `Style#getLayer` call. ([1622](https://github.com/mapbox/mapbox-maps-android/pull/1622))
* Fix a `NullPointerException` in `StandardGestureListener`, where `MotionEvent` should be nullable. ([1645] (https://github.com/mapbox/mapbox-maps-android/pull/1645))

## Dependencies
* Update mapbox-gestures-android dependency to [v0.8.0](https://github.com/mapbox/mapbox-gestures-android/releases/tag/v0.8.0). ([1645] (https://github.com/mapbox/mapbox-maps-android/pull/1645))

# 10.8.0-rc.1 August 24, 2022
## Bug fixes 🐞
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ object Versions {
const val pluginTaskTree = "2.1.0"
const val mapboxAccessToken="0.4.0"
const val mapboxSdkRegistry="0.8.0"
const val mapboxGestures = "0.7.0"
const val mapboxGestures = "0.8.0"
const val mapboxJavaServices = "5.4.1"
const val mapboxBase = "0.8.0"
const val mapboxGlNative = "10.8.0-rc.1"
Expand Down

0 comments on commit 75fd274

Please sign in to comment.