Skip to content

Commit

Permalink
Prepare for Android 11.0.0-pre0 release (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Feb 23, 2024
1 parent 02eeec1 commit 7f6193d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: platform/android/MapboxGLAndroidSDK/build/outputs/aar/MapboxGLAndroidSDK-release.aar
asset_path: platform/android/MapboxGLAndroidSDK/build/outputs/aar/MapboxGLAndroidSDK-drawable-release.aar
asset_name: MapboxGLAndroidSDK-release.aar
asset_content_type: application/zip

Expand Down
21 changes: 16 additions & 5 deletions platform/android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Changelog for the MapLibre Maps SDK for Android

MapLibre welcomes participation and contributions from everyone. Please read [`Contributing Guide`](https://github.com/maplibre/maplibre-native/blob/main/CONTRIBUTING.md) to get started.
# Changelog MapLibre Native for Android

## main

### ✨ Features and improvements
* Add support for the [`slice` expression](https://maplibre.org/maplibre-style-spec/expressions/#slice) ([#1113](https://github.com/maplibre/maplibre-native/pull/1133))

### 🐞 Bug fixes

## 11.0.0

### ✨ Features and improvements

- Add support for the [`slice` expression](https://maplibre.org/maplibre-style-spec/expressions/#slice) ([#1113](https://github.com/maplibre/maplibre-native/pull/1133))
- Add support for the [`index-of` expression](https://maplibre.org/maplibre-style-spec/expressions/#index-of) ([#1113](https://github.com/maplibre/maplibre-native/pull/1113))
- Change to a more natural fling animation and allow setting `flingThreshold` and `flingAnimationBaseTime` in `UiSettings` ([#963](https://github.com/maplibre/maplibre-native/pull/963))

- 💥 Breaking: Change package of all classes from `com.mapbox.mapboxsdk` to `org.maplibre.android` ([#1201](https://github.com/maplibre/maplibre-native/pull/1201)). This means you will need to fix your imports.

Expand All @@ -29,7 +36,11 @@ MapLibre welcomes participation and contributions from everyone. Please read [`C

- Fix "... has unresolved theme attributes" error in BitMapUtils ([#1274](https://github.com/maplibre/maplibre-native/issues/1274)).

### ⛵ Dependencies
## 10.2.0

Revert changes of 10.1.0, which was a breaking release by accident.

This version is identical to 10.0.2.

## 10.1.0 - May 9, 2023

Expand Down

0 comments on commit 7f6193d

Please sign in to comment.