File tree 16 files changed +21
-19
lines changed
16 files changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Mapbox welcomes participation and contributions from everyone.
6
6
## Features ✨ and improvements 🏁
7
7
* Localize geofencing attribution dialog.
8
8
9
- # 11.9.0
9
+
10
+ # 11.9.0 December 18, 2024
10
11
## Breaking changes ⚠️
11
12
* Expose experimental Geofencing with ` com.mapbox.annotation.MapboxExperimental ` .
12
13
* Move experimental geofencing classes to ` com.mapbox.common.geofencing ` package from ` com.mapbox.common.experimental.geofencing ` .
@@ -68,6 +69,7 @@ Mapbox welcomes participation and contributions from everyone.
68
69
* Update gl-native to v11.9.0 and common to v24.9.0.
69
70
70
71
72
+
71
73
# 11.9.0-rc.1 December 10, 2024
72
74
## Features ✨ and improvements 🏁
73
75
* Add ` toHsla ` expression.
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.9.0-rc.1 '
36
+ implementation 'com.mapbox.extension:maps-androidauto:11.9.0'
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.9.0-rc.1 '
54
+ implementation 'com.mapbox.extension:maps-compose:11.9.0'
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.9.0-rc.1 '
58
+ implementation 'com.mapbox.maps:android:11.9.0'
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.9.0-rc.1 '
34
+ implementation 'com.mapbox.extension:maps-localization:11.9.0'
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.9.0-rc.1 '
35
+ implementation 'com.mapbox.extension:maps-style:11.9.0'
36
36
}
37
37
```
38
38
Original file line number Diff line number Diff line change 1
- VERSION_NAME =11.9 .0-SNAPSHOT
1
+ VERSION_NAME =11.10 .0-SNAPSHOT
2
2
3
3
# Project-wide Gradle settings.
4
4
# IDE (e.g. Android Studio) users:
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.9.0-rc.1 '
37
+ implementation 'com.mapbox.plugin:maps-animation:11.9.0'
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.9.0-rc.1 '
33
+ implementation 'com.mapbox.plugin:maps-annotation:11.9.0'
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.9.0-rc.1 '
36
+ implementation 'com.mapbox.plugin:maps-attribution:11.9.0'
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.9.0-rc.1 '
35
+ implementation 'com.mapbox.plugin:maps-compass:11.9.0'
36
36
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37
- implementation 'com.mapbox.plugin:maps-animation:11.9.0-rc.1 '
37
+ implementation 'com.mapbox.plugin:maps-animation:11.9.0'
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.9.0-rc.1 '
33
+ implementation 'com.mapbox.plugin:maps-gestures:11.9.0'
34
34
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35
- implementation 'com.mapbox.plugin:maps-animation:11.9.0-rc.1 '
35
+ implementation 'com.mapbox.plugin:maps-animation:11.9.0'
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.9.0-rc.1 '
33
+ implementation 'com.mapbox.plugin:maps-lifecycle:11.9.0'
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.9.0-rc.1 '
35
+ implementation 'com.mapbox.plugin:maps-locationcomponent:11.9.0'
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.9.0-rc.1 '
33
+ implementation 'com.mapbox.plugin:maps-logo:11.9.0'
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.9.0-rc.1 '
35
+ implementation 'com.mapbox.plugin:maps-scalebar:11.9.0'
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.9.0-rc.1 '
53
+ implementation 'com.mapbox.plugin:maps-viewport:11.9.0'
54
54
}
55
55
```
56
56
You can’t perform that action at this time.
0 commit comments