Skip to content

Commit

Permalink
Prepare for v10.6.0-beta.1 release (#1372)
Browse files Browse the repository at this point in the history
* Prepare for v10.6.0-beta.1 release

* Update changelog

* Update metalava
  • Loading branch information
kiryldz authored May 19, 2022
1 parent 7140902 commit 059cd01
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion extension-localization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion extension-style/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugin-animation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-annotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-attribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions plugin-compass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions plugin-gestures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-lifecycle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-locationcomponent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-logo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-overlay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-scalebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-viewport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions sdk/api/metalava.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 059cd01

Please sign in to comment.