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

Commit d31d322

Browse files
authored
[release] update changelog and version of core library to v3.0.0 (#531)
1 parent 0891918 commit d31d322

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog for the Mapbox Maps SDK for Android
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.
4-
## 9.4.0-beta.1 - August 6, 2020
5-
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.3.0...android-v9.4.0-beta.1) since [Mapbox Maps SDK for Android v9.3.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.3.0):
4+
5+
## 9.4.0-beta.2 - August 18, 2020
6+
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.3.0...android-v9.4.0-beta.2) since [Mapbox Maps SDK for Android v9.3.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.3.0)
67
### Features
78
- Implement method to set padding when camera is tracking. ([#496](https://github.com/mapbox/mapbox-gl-native-android/pull/496))
89
- Expose animation handling ([#491](https://github.com/mapbox/mapbox-gl-native-android/pull/491))
@@ -15,9 +16,9 @@ Mapbox welcomes participation and contributions from everyone. Please read [`Con
1516
- Check isLocationTracking in the right place ([#504](https://github.com/mapbox/mapbox-gl-native-android/pull/504))
1617
- Adapt `LocalGlyphRasterizer` to render glyphs with a font's actual glyph metrics. ([#520](https://github.com/mapbox/mapbox-gl-native-android/pull/520))
1718
### Dependencies
18-
- Update telemetry to 6.0.0
19-
- Update core library to 3.0.0-rc.1
20-
19+
- Update telemetry to 6.1.0
20+
- Update core library to 3.0.0
21+
2122
## 9.3.1 - July 25, 2020
2223
### Bug fixes
2324
- Fix crash on old devices (Android 4.4) related to LLD linker.

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 : '3.0.0-rc.1',
43+
mapboxSdkCore : '3.0.0',
4444
mapboxSdkRegistryPlugin: '0.2.1'
4545
]
4646

0 commit comments

Comments
 (0)