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

Commit

Permalink
Update telemetry to 3.5.4, update changelog (#13331)
Browse files Browse the repository at this point in the history
* [android] - update telemetry to 3.5.4, update changelog

* adding 6.7.0 changelog notes
  • Loading branch information
Langston Smith committed Nov 9, 2018
1 parent 193380f commit c597f68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions platform/android/CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started.

## 6.6.6 - November 8, 2018
- Telemetry v3.5.4 [#13330](https://github.com/mapbox/mapbox-gl-native/pull/13330)

## 6.7.0 - November 7, 2018
- Handle null getMapAsync invocations, deliver onMapReady only once [#13301](https://github.com/mapbox/mapbox-gl-native/pull/13301)
- Verify if `text-field` is not null before performing compatibility operations [#13294](https://github.com/mapbox/mapbox-gl-native/pull/13294)
- Log Java exception and fail silently instead of throwing a native exception in the map state callbacks[#13294](https://github.com/mapbox/mapbox-gl-native/pull/13294)
- Reintroduce OnMapChange invocation [#13289](https://github.com/mapbox/mapbox-gl-native/pull/13289)
- Null-check nativeMapView in case it's destroyed [#13281](https://github.com/mapbox/mapbox-gl-native/pull/13281)

## 6.6.5 - November 2, 2018
- Telemetry v3.5.2 [#13258](https://github.com/mapbox/mapbox-gl-native/pull/13258)

Expand Down
2 changes: 1 addition & 1 deletion platform/android/gradle/dependencies.gradle
Expand Up @@ -9,7 +9,7 @@ ext {

versions = [
mapboxServices : '3.4.1',
mapboxTelemetry : '3.5.2',
mapboxTelemetry : '3.5.4',
mapboxGestures : '0.3.0',
supportLib : '27.1.1',
constraintLayout: '1.1.2',
Expand Down

0 comments on commit c597f68

Please sign in to comment.