Skip to content

Commit c23978c

Browse files
authored
bump telemetry v8.1.4 (#1484)
1 parent 0ef2bf8 commit c23978c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog for Mapbox Maps SDK v10 for Android
22

33
Mapbox welcomes participation and contributions from everyone.
4+
# main
5+
## Bug fixes 🐞
6+
* Remove android.permission.WAKE_LOCK permission from the SDK. ([1484](https://github.com/mapbox/mapbox-maps-android/pull/1484))
7+
8+
## Dependencies
9+
* Bump telemetry to [v8.1.4](https://github.com/mapbox/mapbox-events-android/releases/tag/telem-8.1.4-core-5.0.2). ([#1484](https://github.com/mapbox/mapbox-maps-android/pull/1484))
410

511
# 10.7.0-beta.1 June 29, 2022
612
## Breaking changes ⚠️

buildSrc/src/main/kotlin/Project.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ object Versions {
111111
const val mapboxGlNative = "10.7.0-beta.1"
112112
const val mapboxCommon = "22.1.0-beta.1"
113113
const val mapboxAndroidCore = "5.0.2"
114-
const val mapboxAndroidTelemetry = "8.1.3"
114+
const val mapboxAndroidTelemetry = "8.1.4"
115115
const val androidxCore = "1.3.1"
116116
const val androidxAnnotation = "1.1.0"
117117
const val androidxAppcompat = "1.3.0"

0 commit comments

Comments
 (0)