From 0b0517ccc2f24039327a4b03bfa07ef06849faf1 Mon Sep 17 00:00:00 2001 From: Alexander Kulikovskiy Date: Wed, 29 Jun 2022 18:02:38 +0300 Subject: [PATCH] Update docs for v10.7.0-beta.1 release (#1464) --- CHANGELOG.md | 2 +- extension-localization/README.md | 2 +- extension-style/README.md | 2 +- gradle.properties | 2 +- plugin-animation/README.md | 2 +- plugin-annotation/README.md | 2 +- plugin-attribution/README.md | 2 +- plugin-compass/README.md | 4 ++-- plugin-gestures/README.md | 4 ++-- plugin-lifecycle/README.md | 2 +- plugin-locationcomponent/README.md | 2 +- plugin-logo/README.md | 2 +- plugin-overlay/README.md | 2 +- plugin-scalebar/README.md | 2 +- plugin-viewport/README.md | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 947988a1d2..317158a411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Mapbox welcomes participation and contributions from everyone. -# main +# 10.7.0-beta.1 June 29, 2022 ## Breaking changes ⚠️ * Remove deprecated `FollowPuckViewportStateOptions.animationDurationMs` from experimental viewport plugin. ([1421](https://github.com/mapbox/mapbox-maps-android/pull/1421)) diff --git a/extension-localization/README.md b/extension-localization/README.md index 81021515e7..3775b521b4 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.6.0' + implementation 'com.mapbox.extension:maps-localization:10.7.0-beta.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index fe6ed2a99c..790814fa8b 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.6.0' + implementation 'com.mapbox.extension:maps-style:10.7.0-beta.1' } ``` diff --git a/gradle.properties b/gradle.properties index d620a4b76d..d6a8bafe9d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=10.6.0-SNAPSHOT +VERSION_NAME=10.7.0-SNAPSHOT # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: diff --git a/plugin-animation/README.md b/plugin-animation/README.md index c54997de14..104bb28df8 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.6.0' + implementation 'com.mapbox.plugin:maps-animation:10.7.0-beta.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index c13d4c4d40..7503ce8792 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.6.0' + implementation 'com.mapbox.plugin:maps-annotation:10.7.0-beta.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index d06d167e69..91ca82f7c0 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.6.0' + implementation 'com.mapbox.plugin:maps-attribution:10.7.0-beta.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 05ef841d24..ed8529bd34 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.6.0' + implementation 'com.mapbox.plugin:maps-compass:10.7.0-beta.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.6.0' + implementation 'com.mapbox.plugin:maps-animation:10.7.0-beta.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 441af3cfe6..b183a855db 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.6.0' + implementation 'com.mapbox.plugin:maps-gestures:10.7.0-beta.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.6.0' + implementation 'com.mapbox.plugin:maps-animation:10.7.0-beta.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 3d84f13458..8e9bb88b18 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.6.0' + implementation 'com.mapbox.plugin:maps-lifecycle:10.7.0-beta.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 0b2d7518fb..5872259309 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.6.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.7.0-beta.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 37582105f0..cd20a8de8d 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.6.0' + implementation 'com.mapbox.plugin:maps-logo:10.7.0-beta.1' } ``` diff --git a/plugin-overlay/README.md b/plugin-overlay/README.md index 6ec1b98084..7d988f97e5 100644 --- a/plugin-overlay/README.md +++ b/plugin-overlay/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-overlay:10.6.0' + implementation 'com.mapbox.plugin:maps-overlay:10.7.0-beta.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index fb6379280a..56ba62c14b 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.6.0' + implementation 'com.mapbox.plugin:maps-scalebar:10.7.0-beta.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 4e8405ca33..e918f8b2b0 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.6.0' + implementation 'com.mapbox.plugin:maps-viewport:10.7.0-beta.1' } ```