File tree 15 files changed +19
-19
lines changed
15 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Mapbox welcomes participation and contributions from everyone.
4
4
5
5
# main
6
6
7
- # 11.10.1
7
+
8
+ # 11.10.1 February 24, 2025
8
9
## Features ✨ and improvements 🏁
9
10
* Small performance improvements in the map initialization call chain by avoiding IPC calls on main.
10
11
@@ -19,7 +20,6 @@ Mapbox welcomes participation and contributions from everyone.
19
20
## Dependencies
20
21
* Update gl-native to v11.10.1.
21
22
22
-
23
23
# 11.10.0 February 13, 2025
24
24
## Features ✨ and improvements 🏁
25
25
* Localize geofencing attribution dialog.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ allprojects {
33
33
// In your build.gradle, add the extension with your other dependencies.
34
34
dependencies {
35
35
// Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency.
36
- implementation 'com.mapbox.extension:maps-androidauto:11.10.0 '
36
+ implementation 'com.mapbox.extension:maps-androidauto:11.10.1 '
37
37
}
38
38
```
39
39
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ allprojects {
51
51
52
52
// In your build.gradle, add the compose extension with your other dependencies.
53
53
dependencies {
54
- implementation 'com.mapbox.extension:maps-compose:11.10.0 '
54
+ implementation 'com.mapbox.extension:maps-compose:11.10.1 '
55
55
56
56
// Pick your versions of Android Mapbox Map SDK
57
57
// Note that Compose extension is compatible with Maps SDK v11.0+.
58
- implementation 'com.mapbox.maps:android:11.10.0 '
58
+ implementation 'com.mapbox.maps:android:11.10.1 '
59
59
}
60
60
```
61
61
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
31
31
32
32
// In the app build.gradle file
33
33
dependencies {
34
- implementation 'com.mapbox.extension:maps-localization:11.10.0 '
34
+ implementation 'com.mapbox.extension:maps-localization:11.10.1 '
35
35
}
36
36
```
37
37
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
32
32
33
33
// In the app build.gradle file
34
34
dependencies {
35
- implementation 'com.mapbox.extension:maps-style:11.10.0 '
35
+ implementation 'com.mapbox.extension:maps-style:11.10.1 '
36
36
}
37
37
```
38
38
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ allprojects {
34
34
35
35
// In the app build.gradle file
36
36
dependencies {
37
- implementation 'com.mapbox.plugin:maps-animation:11.10.0 '
37
+ implementation 'com.mapbox.plugin:maps-animation:11.10.1 '
38
38
}
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
30
30
31
31
// In the app build.gradle file
32
32
dependencies {
33
- implementation 'com.mapbox.plugin:maps-annotation:11.10.0 '
33
+ implementation 'com.mapbox.plugin:maps-annotation:11.10.1 '
34
34
}
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ allprojects {
33
33
34
34
// In the app build.gradle file
35
35
dependencies {
36
- implementation 'com.mapbox.plugin:maps-attribution:11.10.0 '
36
+ implementation 'com.mapbox.plugin:maps-attribution:11.10.1 '
37
37
}
38
38
```
39
39
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ allprojects {
32
32
33
33
// In the app build.gradle file
34
34
dependencies {
35
- implementation 'com.mapbox.plugin:maps-compass:11.10.0 '
35
+ implementation 'com.mapbox.plugin:maps-compass:11.10.1 '
36
36
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37
- implementation 'com.mapbox.plugin:maps-animation:11.10.0 '
37
+ implementation 'com.mapbox.plugin:maps-animation:11.10.1 '
38
38
}
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ allprojects {
30
30
31
31
// In the app build.gradle file
32
32
dependencies {
33
- implementation 'com.mapbox.plugin:maps-gestures:11.10.0 '
33
+ implementation 'com.mapbox.plugin:maps-gestures:11.10.1 '
34
34
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35
- implementation 'com.mapbox.plugin:maps-animation:11.10.0 '
35
+ implementation 'com.mapbox.plugin:maps-animation:11.10.1 '
36
36
}
37
37
```
38
38
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
30
30
31
31
// In the app build.gradle file
32
32
dependencies {
33
- implementation 'com.mapbox.plugin:maps-lifecycle:11.10.0 '
33
+ implementation 'com.mapbox.plugin:maps-lifecycle:11.10.1 '
34
34
// Make sure the version of appcompat is 1.3.0+
35
35
implementation 'androidx.appcompat:appcompat:1.3.0'
36
36
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
32
32
}
33
33
// In the app build.gradle file
34
34
dependencies {
35
- implementation 'com.mapbox.plugin:maps-locationcomponent:11.10.0 '
35
+ implementation 'com.mapbox.plugin:maps-locationcomponent:11.10.1 '
36
36
}
37
37
```
38
38
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
30
30
31
31
// In the app build.gradle file
32
32
dependencies {
33
- implementation 'com.mapbox.plugin:maps-logo:11.10.0 '
33
+ implementation 'com.mapbox.plugin:maps-logo:11.10.1 '
34
34
}
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
32
32
33
33
// In the app build.gradle file
34
34
dependencies {
35
- implementation 'com.mapbox.plugin:maps-scalebar:11.10.0 '
35
+ implementation 'com.mapbox.plugin:maps-scalebar:11.10.1 '
36
36
}
37
37
```
38
38
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ allprojects {
50
50
}
51
51
// In the app build.gradle file
52
52
dependencies {
53
- implementation 'com.mapbox.plugin:maps-viewport:11.10.0 '
53
+ implementation 'com.mapbox.plugin:maps-viewport:11.10.1 '
54
54
}
55
55
```
56
56
You can’t perform that action at this time.
0 commit comments