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

Commit

Permalink
update gl-core version (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
ank27 authored Nov 4, 2021
1 parent daafc0b commit 545884a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog for the Mapbox Maps SDK for Android

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.
## 9.7.1 - November 4, 2021
### Improvements and bug fixes
- Fix android glyph drawing issue when 'high contrast' feature is turned on. ([#717](https://github.com/mapbox/mapbox-gl-native-android/pull/717))
### Dependencies
- Update core library to 5.3.1

## 9.7.0 - September 24, 2021
[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)
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ext {
ktlint : '0.34.0',
commonsIO : '2.6',
mapboxSdkVersions: '1.1.0',
mapboxSdkCore : '5.3.0',
mapboxSdkCore : '5.3.1',
mapboxSdkRegistryPlugin: '0.3.0',
okio : '2.4.3'
]
Expand Down

0 comments on commit 545884a

Please sign in to comment.