Skip to content

Commit c022c74

Browse files
committed
0.24.0
1 parent 8f204fa commit c022c74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Next version
44

5+
- Minor improvements and bug fixes
6+
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.25.0)
7+
8+
## Version 0.24.0 (2025-03-03)
9+
510
- Android native libs for 16 KB page size [#1179](https://github.com/mapsforge/vtm/pull/1179)
611
- Multi-map `MapFileTileSource.setPriority` [#1176](https://github.com/mapsforge/vtm/pull/1176)
712
- Color filter theme resources [#1175](https://github.com/mapsforge/vtm/pull/1175)
@@ -13,6 +18,7 @@
1318
- Libtess2 v1.0.1 [#1178](https://github.com/mapsforge/vtm/pull/1178)
1419
- Disable `vtm-ios` [#1166](https://github.com/mapsforge/vtm/pull/1166)
1520
- Remove `vtm-theme-comparator` [#1169](https://github.com/mapsforge/vtm/pull/1169)
21+
- Minor improvements and bug fixes
1622
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.24.0)
1723

1824
## Version 0.23.0 (2025-02-22)

vtm-android-example/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation project(':vtm-gdx')
1616
implementation project(':vtm-gdx-poi3d')
1717

18-
implementation 'org.mapsforge:mapsforge-poi-android:0.23.0'
18+
implementation 'org.mapsforge:mapsforge-poi-android:0.24.0'
1919
}
2020

2121
android {

0 commit comments

Comments
 (0)