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

Commit 545884a

Browse files
authored
update gl-core version (#717)
1 parent daafc0b commit 545884a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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.7.1 - November 4, 2021
5+
### Improvements and bug fixes
6+
- Fix android glyph drawing issue when 'high contrast' feature is turned on. ([#717](https://github.com/mapbox/mapbox-gl-native-android/pull/717))
7+
### Dependencies
8+
- Update core library to 5.3.1
49

510
## 9.7.0 - September 24, 2021
611
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.6.2...android-v9.7.0) since [Mapbox Maps SDK for Android 9.6.2](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.6.2)

gradle/dependencies.gradle

+1-1
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 : '5.3.0',
43+
mapboxSdkCore : '5.3.1',
4444
mapboxSdkRegistryPlugin: '0.3.0',
4545
okio : '2.4.3'
4646
]

0 commit comments

Comments
 (0)