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

Commit 10ec5ea

Browse files
authored
Bump core to 5.1.2 (#599)
1 parent 4d58794 commit 10ec5ea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.1 - October 19, 2020
6+
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.5.0...android-v9.5.1) since [Mapbox Maps SDK for Android 9.5.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.5.0)
7+
### Dependencies
8+
- Update core library to 5.1.2
9+
510
## 9.5.0 - September 25, 2020
611
[Changes](https://github.com/mapbox/mapbox-gl-native-android/compare/android-v9.4.0...android-v9.5.0) since [Mapbox Maps SDK for Android 9.4.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.4.0)
712
### Improvements and 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 : '5.0.0',
43+
mapboxSdkCore : '5.1.2',
4444
mapboxSdkRegistryPlugin: '0.2.1'
4545
]
4646

0 commit comments

Comments
 (0)