diff --git a/CHANGELOG.md b/CHANGELOG.md index 789f215937..37426d8387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Mapbox welcomes participation and contributions from everyone. # main -# 10.13.0-rc.1 + +# 10.13.0-rc.1 April 20, 2023 ## Features ✨ and improvements 🏁 * Add overloaded methods to `CameraAnimatorsFactory` allowing to set camera animator owner. * Improve startup performance by calculating the style expressions dependencies lazily. @@ -19,6 +20,7 @@ Mapbox welcomes participation and contributions from everyone. * Update gl-native to v10.13.0-rc.1 and common to v23.5.0-rc.1. + # 10.13.0-beta.1 April 05, 2023 ## Features ✨ and improvements 🏁 * Deprecate `Snapshotter.setTileMode` and `Snapshotter.isInTileMode`. diff --git a/extension-localization/README.md b/extension-localization/README.md index 0c39da042a..d867dd51a2 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.13.0-beta.1' + implementation 'com.mapbox.extension:maps-localization:10.13.0-rc.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 1c7682be85..14d755f3e7 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.13.0-beta.1' + implementation 'com.mapbox.extension:maps-style:10.13.0-rc.1' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index e77bc236f3..8229bf048f 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-animation:10.13.0-rc.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 59ca3d1c3d..7478f3f8d1 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-annotation:10.13.0-rc.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index dd6ac47791..bf36b80132 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-attribution:10.13.0-rc.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index ef89470567..13e50c7068 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-compass:10.13.0-rc.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-animation:10.13.0-rc.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 2be12adfd7..cf787b2997 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-gestures:10.13.0-rc.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-animation:10.13.0-rc.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 9efd756c71..76b1f9a6b7 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-lifecycle:10.13.0-rc.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 f25c8363e6..dd9615bdda 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.13.0-rc.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 8ff32ba980..689e23322b 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-logo:10.13.0-rc.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index d7b82fd744..24c06e69b7 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-scalebar:10.13.0-rc.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index fda730f6dc..fdb6fc405d 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.13.0-beta.1' + implementation 'com.mapbox.plugin:maps-viewport:10.13.0-rc.1' } ```