Skip to content

Commit

Permalink
Prepare MapLibre Android 11.6.1 release (#2992)
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Louwers <[email protected]>
  • Loading branch information
louwers authored Nov 6, 2024
1 parent 7ba023c commit d939eb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions platform/android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

### 🐞 Bug fixes

## 11.6.1

### ✨ Features and improvements

- Allow configuring a `Call.Factory` instead of a `OkHttpClient` ([https://github.com/maplibre/maplibre-native/pull/2987](#2987)). Since an `OkHttpClient` can be assigned to a `Call.Factory` this should not cause any issues.

### 🐞 Bug fixes

- Fix puck rendering behavior Android ([#2957](https://github.com/maplibre/maplibre-native/pull/2957)).

## 11.6.0

### ✨ Features and improvements
Expand Down
2 changes: 1 addition & 1 deletion platform/android/MapLibreAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=11.6.0
VERSION_NAME=11.6.1

# Only build native dependencies for the current ABI
# See https://code.google.com/p/android/issues/detail?id=221098#c20
Expand Down

0 comments on commit d939eb0

Please sign in to comment.