File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for Mapbox Maps SDK v10 for Android
2
2
3
3
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 ) )
4
10
5
11
# 10.7.0-beta.1 June 29, 2022
6
12
## Breaking changes ⚠️
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ object Versions {
111
111
const val mapboxGlNative = " 10.7.0-beta.1"
112
112
const val mapboxCommon = " 22.1.0-beta.1"
113
113
const val mapboxAndroidCore = " 5.0.2"
114
- const val mapboxAndroidTelemetry = " 8.1.3 "
114
+ const val mapboxAndroidTelemetry = " 8.1.4 "
115
115
const val androidxCore = " 1.3.1"
116
116
const val androidxAnnotation = " 1.1.0"
117
117
const val androidxAppcompat = " 1.3.0"
You can’t perform that action at this time.
0 commit comments