Skip to content

Commit

Permalink
update gl-native (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ank27 authored Feb 9, 2022
1 parent 22d06c9 commit 1b49cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Mapbox welcomes participation and contributions from everyone.
* Fix crash for the case when a map event is handled by an Observer of a destructed map. ([#1116](https://github.com/mapbox/mapbox-maps-android/pull/1116))

## Dependencies
* Update gl-native to v10.3.1, common to v21.1.0. ([#1105](https://github.com/mapbox/mapbox-maps-android/pull/1105), [#1116](https://github.com/mapbox/mapbox-maps-android/pull/1116))
* Update gl-native to v10.3.2, common to v21.1.0. ([#1105](https://github.com/mapbox/mapbox-maps-android/pull/1105), [#1116](https://github.com/mapbox/mapbox-maps-android/pull/1116), [#1134](https://github.com/mapbox/mapbox-maps-android/pull/1134))
* Add sdk versions plugin v1.1.3. ([#1123](https://github.com/mapbox/mapbox-maps-android/pull/1123))

# 10.3.0-rc.1 January 26, 2022
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object Versions {
const val mapboxGestures = "0.7.0"
const val mapboxJavaServices = "5.4.1"
const val mapboxBase = "0.5.0"
const val mapboxGlNative = "10.3.1"
const val mapboxGlNative = "10.3.2"
const val mapboxCommon = "21.1.0"
const val mapboxAndroidCore = "5.0.0"
const val mapboxAndroidTelemetry = "8.1.0"
Expand Down

0 comments on commit 1b49cad

Please sign in to comment.