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

Commit 669e2b7

Browse files
authored
[android] update changelog and dependency to release 9.4.0-beta.2 with 3.1.0 of core library (#537)
1 parent 206a14d commit 669e2b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.4.0-beta.2 - August 18, 2020
5+
## 9.4.0-beta.2 - August 21, 2020
66
[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)
77
### Features
88
- Implement method to set padding when camera is tracking. ([#496](https://github.com/mapbox/mapbox-gl-native-android/pull/496))
@@ -17,7 +17,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [`Con
1717
- Adapt `LocalGlyphRasterizer` to render glyphs with a font's actual glyph metrics. ([#520](https://github.com/mapbox/mapbox-gl-native-android/pull/520))
1818
### Dependencies
1919
- Update telemetry to 6.1.0
20-
- Update core library to 3.0.0
20+
- Update core library to 3.1.0
2121

2222
## 9.3.1 - July 25, 2020
2323
### Bug fixes

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

0 commit comments

Comments
 (0)