diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce96aeb67..23bb7a7732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ Mapbox welcomes participation and contributions from everyone. # main -# 10.15.1 + +# 10.15.1 August 24, 2023 ## Bug fixes 🐞 * Fix NPE when animating edge insets types (e.g. map padding). + # 10.15.0 July 27, 2023 ## Bug fixes 🐞 * Fix a security exception when fine location permission is not granted when using `DefaultLocationProvider`. diff --git a/extension-localization/README.md b/extension-localization/README.md index 6dcb0afffb..072e25e374 100644 --- a/extension-localization/README.md +++ b/extension-localization/README.md @@ -31,7 +31,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-localization:10.15.0' + implementation 'com.mapbox.extension:maps-localization:10.15.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 46b30be2f9..3a559ee2f3 100644 --- a/extension-style/README.md +++ b/extension-style/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-style:10.15.0' + implementation 'com.mapbox.extension:maps-style:10.15.1' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index b8dd7106bf..d33f0d8421 100644 --- a/plugin-animation/README.md +++ b/plugin-animation/README.md @@ -34,7 +34,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-animation:10.15.0' + implementation 'com.mapbox.plugin:maps-animation:10.15.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index f20c3de09e..712c6fa006 100644 --- a/plugin-annotation/README.md +++ b/plugin-annotation/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-annotation:10.15.0' + implementation 'com.mapbox.plugin:maps-annotation:10.15.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 22be0b0066..ceb83684be 100644 --- a/plugin-attribution/README.md +++ b/plugin-attribution/README.md @@ -33,7 +33,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-attribution:10.15.0' + implementation 'com.mapbox.plugin:maps-attribution:10.15.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 85ee77fd14..c0662b1278 100644 --- a/plugin-compass/README.md +++ b/plugin-compass/README.md @@ -32,9 +32,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-compass:10.15.0' + implementation 'com.mapbox.plugin:maps-compass:10.15.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.15.0' + implementation 'com.mapbox.plugin:maps-animation:10.15.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 1496229332..40af50fc04 100644 --- a/plugin-gestures/README.md +++ b/plugin-gestures/README.md @@ -30,9 +30,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-gestures:10.15.0' + implementation 'com.mapbox.plugin:maps-gestures:10.15.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.15.0' + implementation 'com.mapbox.plugin:maps-animation:10.15.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index cd80fb3bca..1bc9a9bcba 100644 --- a/plugin-lifecycle/README.md +++ b/plugin-lifecycle/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-lifecycle:10.15.0' + implementation 'com.mapbox.plugin:maps-lifecycle:10.15.1' // Make sure the version of appcompat is 1.3.0+ implementation 'androidx.appcompat:appcompat:1.3.0' } diff --git a/plugin-locationcomponent/README.md b/plugin-locationcomponent/README.md index 9acca87c0b..ff3bb54e0b 100644 --- a/plugin-locationcomponent/README.md +++ b/plugin-locationcomponent/README.md @@ -32,7 +32,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-locationcomponent:10.15.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.15.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 71866b8d35..d8e304c79f 100644 --- a/plugin-logo/README.md +++ b/plugin-logo/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-logo:10.15.0' + implementation 'com.mapbox.plugin:maps-logo:10.15.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 97eb966c39..9544872e39 100644 --- a/plugin-scalebar/README.md +++ b/plugin-scalebar/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-scalebar:10.15.0' + implementation 'com.mapbox.plugin:maps-scalebar:10.15.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index cbca839276..96733a6b42 100644 --- a/plugin-viewport/README.md +++ b/plugin-viewport/README.md @@ -50,7 +50,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-viewport:10.15.0' + implementation 'com.mapbox.plugin:maps-viewport:10.15.1' } ```