File tree 13 files changed +17
-15
lines changed
13 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
5
- # 10.16.5
5
+
6
+ # 10.16.5 February 22, 2024
6
7
## Features ✨ and improvements 🏁
7
8
* Introduce better way (compared to v10.16.3) of dealing with ` java.lang.UnsatisfiedLinkError ` exception happening on the startup.
8
9
@@ -13,6 +14,7 @@ Mapbox welcomes participation and contributions from everyone.
13
14
## Dependencies
14
15
* Update gl-native to v10.16.5 and common to v23.9.0.
15
16
17
+
16
18
# 10.16.4 January 08, 2024
17
19
## Features ✨ and improvements 🏁
18
20
* Improve performance of ` StyleInterface.localizeLabels ` method.
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:10.16.4 '
34
+ implementation 'com.mapbox.extension:maps-localization:10.16.5 '
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:10.16.4 '
35
+ implementation 'com.mapbox.extension:maps-style:10.16.5 '
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:10.16.4 '
37
+ implementation 'com.mapbox.plugin:maps-animation:10.16.5 '
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:10.16.4 '
33
+ implementation 'com.mapbox.plugin:maps-annotation:10.16.5 '
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:10.16.4 '
36
+ implementation 'com.mapbox.plugin:maps-attribution:10.16.5 '
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:10.16.4 '
35
+ implementation 'com.mapbox.plugin:maps-compass:10.16.5 '
36
36
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37
- implementation 'com.mapbox.plugin:maps-animation:10.16.4 '
37
+ implementation 'com.mapbox.plugin:maps-animation:10.16.5 '
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:10.16.4 '
33
+ implementation 'com.mapbox.plugin:maps-gestures:10.16.5 '
34
34
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35
- implementation 'com.mapbox.plugin:maps-animation:10.16.4 '
35
+ implementation 'com.mapbox.plugin:maps-animation:10.16.5 '
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:10.16.4 '
33
+ implementation 'com.mapbox.plugin:maps-lifecycle:10.16.5 '
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:10.16.4 '
35
+ implementation 'com.mapbox.plugin:maps-locationcomponent:10.16.5 '
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:10.16.4 '
33
+ implementation 'com.mapbox.plugin:maps-logo:10.16.5 '
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:10.16.4 '
35
+ implementation 'com.mapbox.plugin:maps-scalebar:10.16.5 '
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:10.16.4 '
53
+ implementation 'com.mapbox.plugin:maps-viewport:10.16.5 '
54
54
}
55
55
```
56
56
You can’t perform that action at this time.
0 commit comments