diff --git a/CHANGELOG.md b/CHANGELOG.md index 917da74..1f412a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for the Mapbox Gestures for Android +## 0.4.1 - April 16, 2019 + - Try getting real device display metrics for sloppy gesture calculations [#61](https://github.com/mapbox/mapbox-gestures-android/pull/61) + - Remove obsolete string values [#62](https://github.com/mapbox/mapbox-gestures-android/pull/62) + ## 0.4.0 - January 31, 2019 - Removed Timber dependency [#54](https://github.com/mapbox/mapbox-gestures-android/pull/54) - Prepare the project to be consumed as a submodule [#55](https://github.com/mapbox/mapbox-gestures-android/pull/55) diff --git a/README.md b/README.md index c5f05c4..49a67cb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ repositories { ```java // In the app build.gradle file dependencies { - implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.4.0' + implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.4.1' } ```