Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 203e9dd

Browse files
authored
Update changelog and Maps core version (#560)
1 parent 7e43c9a commit 203e9dd

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
Mapbox welcomes participation and contributions from everyone. Please read [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) to get started.
44

5-
## 9.5.0-alpha.1 - September 3, 2020
6-
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.4.0...android-v9.5.0-alpha.1) since [Mapbox Maps SDK for Android v9.4.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.4.0)
7-
### Changes made to match core library v4.0.0 updates
5+
## 9.5.0-beta.1 - September 14, 2020
6+
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.4.0...android-v9.5.0-beta.1) since [Mapbox Maps SDK for Android 9.4.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.4.0)
7+
### Improvements and bug fixes
8+
- Fix crash when converting screen coordinate as part of moveBy ([#555](https://github.com/mapbox/mapbox-gl-native-android/pull/555))
9+
- Upgrade MapView to manage multiple OnTouchListener-s ([#511](https://github.com/mapbox/mapbox-gl-native-android/pull/511))
810
- Remove `LocalGlyphRasterizer`, now it's a part of core as pure C++ implementation. ([#548](https://github.com/mapbox/mapbox-gl-native-android/pull/548))
911
- `LocationIndicatorLayer`: deprecate getImageTiltDisplacement method, introduce it's replacement - getImagePitchDisplacement. ([#548](https://github.com/mapbox/mapbox-gl-native-android/pull/548))
1012
- `LocationPropertyFactory`: `imageTiltDisplacement` methods are deprecated, `imagePitchDisplacement` are introduced for replacement. ([#548](https://github.com/mapbox/mapbox-gl-native-android/pull/548))
1113
### Dependencies
12-
- Update core library to 4.0.0
13-
14+
- Update core library to 5.0.0
15+
1416
## 9.4.0 - August 26, 2020
1517
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.3.0...android-v9.4.0) since [Mapbox Maps SDK for Android v9.3.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.3.0)
1618
### Features

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
4040
ktlint : '0.34.0',
4141
commonsIO : '2.6',
4242
mapboxSdkVersions: '1.1.0',
43-
mapboxSdkCore : '4.0.0',
43+
mapboxSdkCore : '5.0.0',
4444
mapboxSdkRegistryPlugin: '0.2.1'
4545
]
4646

0 commit comments

Comments
 (0)