summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2018-11-09 13:30:02 +0100
committerŁukasz Paczos <lukas.paczos@gmail.com>2018-11-09 13:30:02 +0100
commit4595aa1a6a31b380eefd41d3f2e4abb4874f8047 (patch)
tree45482763bfc378bcf317990a6c222809b6056353
parentae4915de29549c3267806b9857bc5d55e959d216 (diff)
downloadqtlocation-mapboxgl-upstream/lp-bump-telem-changelog.tar.gz
[android] bump telemetry to 3.5.4, update changelog for 6.6.7upstream/lp-bump-telem-changelog
-rw-r--r--platform/android/CHANGELOG.md6
-rw-r--r--platform/android/gradle/dependencies.gradle2
2 files changed, 7 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index f867c768d2..3047d06167 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,12 @@
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.7 - November 8, 2018
+ - Telemetry v3.5.4 [#13330](https://github.com/mapbox/mapbox-gl-native/pull/13330)
+
+## 6.6.6 - November 8, 2018
+ - This release should be skipped in favor of the `v6.6.7`.
+
## 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)
diff --git a/platform/android/gradle/dependencies.gradle b/platform/android/gradle/dependencies.gradle
index 28c22a222d..f8985ab27a 100644
--- a/platform/android/gradle/dependencies.gradle
+++ b/platform/android/gradle/dependencies.gradle
@@ -9,7 +9,7 @@ ext {
versions = [
mapboxServices : '4.0.0',
- mapboxTelemetry : '3.5.2',
+ mapboxTelemetry : '3.5.4',
mapboxGestures : '0.3.0',
supportLib : '27.1.1',
constraintLayout: '1.1.2',