diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d4a284b4..0dec9d9b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ Mapbox welcomes participation and contributions from everyone. -# main +# 10.6.0-beta.1 May 19, 2022 + ## Features ✨ and improvements 🏁 * Enable support for incremental annotation processing. ([#1323](https://github.com/mapbox/mapbox-maps-android/pull/1323)) * Make use of non-deprecated common Mapbox logger. ([#1327](https://github.com/mapbox/mapbox-maps-android/pull/1327)) diff --git a/extension-localization/README.md b/extension-localization/README.md index 808c55e926..a41d5f2781 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.5.0' + implementation 'com.mapbox.extension:maps-localization:10.6.0-beta.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 84d045e19e..3e221e1dfc 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.5.0' + implementation 'com.mapbox.extension:maps-style:10.6.0-beta.1' } ``` diff --git a/gradle.properties b/gradle.properties index 5131d5ec35..d620a4b76d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=10.5.0-SNAPSHOT +VERSION_NAME=10.6.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 7bc9e443bf..a75d7b7763 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.5.0' + implementation 'com.mapbox.plugin:maps-animation:10.6.0-beta.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 7c31f6f8e1..d65ee82a5e 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.5.0' + implementation 'com.mapbox.plugin:maps-annotation:10.6.0-beta.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 7d733ff6ba..4009c490c7 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.5.0' + implementation 'com.mapbox.plugin:maps-attribution:10.6.0-beta.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index cdc60a09a6..679ad65ba6 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.5.0' + implementation 'com.mapbox.plugin:maps-compass:10.6.0-beta.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.5.0' + implementation 'com.mapbox.plugin:maps-animation:10.6.0-beta.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 8304411225..8c4d5e38ea 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.5.0' + implementation 'com.mapbox.plugin:maps-gestures:10.6.0-beta.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.5.0' + implementation 'com.mapbox.plugin:maps-animation:10.6.0-beta.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index ff9f373d0d..427b61b1ab 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.5.0' + implementation 'com.mapbox.plugin:maps-lifecycle:10.6.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 97da924d56..30ddc8d605 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.5.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.6.0-beta.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 96a754d770..07a8d82710 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.5.0' + implementation 'com.mapbox.plugin:maps-logo:10.6.0-beta.1' } ``` diff --git a/plugin-overlay/README.md b/plugin-overlay/README.md index 955b280e4a..5a0252a3b7 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.5.0' + implementation 'com.mapbox.plugin:maps-overlay:10.6.0-beta.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 777a77c011..9ca6ca0f4c 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.5.0' + implementation 'com.mapbox.plugin:maps-scalebar:10.6.0-beta.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 292beb1faf..603c539cf1 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.5.0' + implementation 'com.mapbox.plugin:maps-viewport:10.6.0-beta.1' } ``` diff --git a/sdk/api/metalava.txt b/sdk/api/metalava.txt index 36adcbc0be..88f2a06944 100644 --- a/sdk/api/metalava.txt +++ b/sdk/api/metalava.txt @@ -195,7 +195,7 @@ package com.mapbox.maps { method public void getGeoJsonClusterLeaves(String sourceIdentifier, com.mapbox.geojson.Feature cluster, long limit = 10L, com.mapbox.maps.QueryFeatureExtensionCallback callback); method public void getGeoJsonClusterLeaves(String sourceIdentifier, com.mapbox.geojson.Feature cluster, com.mapbox.maps.QueryFeatureExtensionCallback callback); method public com.mapbox.maps.MapOptions getMapOptions(); - method @com.mapbox.maps.MapboxExperimental public com.mapbox.maps.plugin.MapProjection getMapProjection(); + method @Deprecated @com.mapbox.maps.MapboxExperimental public com.mapbox.maps.plugin.MapProjection getMapProjection(); method public double getMetersPerPixelAtLatitude(double latitude, double zoom); method public double getMetersPerPixelAtLatitude(double latitude); method public byte getPrefetchZoomDelta(); @@ -257,7 +257,7 @@ package com.mapbox.maps { method public void setFeatureState(String sourceId, String? sourceLayerId = null, String featureId, com.mapbox.bindgen.Value state); method public void setFeatureState(String sourceId, String featureId, com.mapbox.bindgen.Value state); method public void setGestureInProgress(boolean inProgress); - method @com.mapbox.maps.MapboxExperimental public void setMapProjection(com.mapbox.maps.plugin.MapProjection mapProjection); + method @Deprecated @com.mapbox.maps.MapboxExperimental public void setMapProjection(com.mapbox.maps.plugin.MapProjection mapProjection); method @com.mapbox.maps.MapboxExperimental public void setMemoryBudget(com.mapbox.maps.MapMemoryBudget? memoryBudget); method public void setNorthOrientation(com.mapbox.maps.NorthOrientation northOrientation); method public void setPrefetchZoomDelta(byte delta);