summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-11-08 21:42:11 +0100
committerTobrun <tobrun.van.nuland@gmail.com>2018-11-08 21:44:59 +0100
commitbbd95e760ceb8eba7845bbbfc62a77f97aa1de17 (patch)
treefa1955834b6262aee9ee75e09d0876913b7f826b
parent193380fbcb5ff2b78805cac6e04028d5a0dfaba5 (diff)
downloadqtlocation-mapboxgl-upstream/tvn-release-v6.6.6-cp.tar.gz
[android] - update telemetry to 3.5.3, update changelogupstream/tvn-release-v6.6.6-cp
-rw-r--r--platform/android/CHANGELOG.md10
-rw-r--r--platform/android/gradle/dependencies.gradle2
2 files changed, 11 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index da974d4e65..6cb3249e49 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -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.3 [#13326](https://github.com/mapbox/mapbox-gl-native/pull/13326)
+
+## 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)
diff --git a/platform/android/gradle/dependencies.gradle b/platform/android/gradle/dependencies.gradle
index 0726510bf8..c27ce4726a 100644
--- a/platform/android/gradle/dependencies.gradle
+++ b/platform/android/gradle/dependencies.gradle
@@ -9,7 +9,7 @@ ext {
versions = [
mapboxServices : '3.4.1',
- mapboxTelemetry : '3.5.2',
+ mapboxTelemetry : '3.5.3',
mapboxGestures : '0.3.0',
supportLib : '27.1.1',
constraintLayout: '1.1.2',