Skip to content

Commit

Permalink
Prepare for MapLibre Android 10.3.3 release (#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Oct 15, 2024
1 parent 01dbce2 commit 531d400
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions platform/android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ MapLibre welcomes participation and contributions from everyone. Please read [`C

### 🐞 Bug fixes

## 10.3.3

### 🐞 Bug fixes

- Fix null-pointer dereference MapRenderer Android ([#2938](https://github.com/maplibre/maplibre-native/pull/2938))
- Fix inappropriate `WeakPtrFactory` use ([#2936](https://github.com/maplibre/maplibre-native/pull/2936))
- Make sure `Scheduler::GetCurrent()` cannot return a nullptr ([#2937](https://github.com/maplibre/maplibre-native/pull/2937))
- Add guard blocks and checks to SymbolInstance ([#2933](https://github.com/maplibre/maplibre-native/pull/2933))

## 10.3.2

### 🐞 Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion platform/android/MapboxGLAndroidSDK/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=10.3.2
VERSION_NAME=10.3.3

# 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 531d400

Please sign in to comment.