File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ allprojects {
66 group = ' org.mapsforge'
77 version = ' master-SNAPSHOT'
88
9- ext. mapsforgeVersion = " 0.24.1 "
9+ ext. mapsforgeVersion = " 0.25.0 "
1010 ext. gdxVersion = " 1.11.0"
1111 ext. gwtVersion = " 2.8.2"
1212
Original file line number Diff line number Diff line change 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.26.0 )
7+
8+ ## Version 0.25.0 (2025-04-04)
9+
510- Hillshading from HGT digital elevation model data [ #1189 ] ( https://github.com/mapsforge/vtm/pull/1189 )
611 - ` vtm-hillshading ` module
712- Online tiles support multiple servers [ #1196 ] ( https://github.com/mapsforge/vtm/pull/1196 )
Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ runtimeOnly 'org.lwjgl:lwjgl:3.3.1:natives-windows'
7979
8080``` groovy
8181implementation '[PACKAGE]:vtm-hillshading:[CURRENT-VERSION]'
82- implementation 'org.mapsforge:mapsforge-core:0.24.1 '
83- implementation 'org.mapsforge:mapsforge-map:0.24.1 '
84- implementation 'org.mapsforge:mapsforge-map-android:0.24.1 '
82+ implementation 'org.mapsforge:mapsforge-core:0.25.0 '
83+ implementation 'org.mapsforge:mapsforge-map:0.25.0 '
84+ implementation 'org.mapsforge:mapsforge-map-android:0.25.0 '
8585```
8686
8787### Overlays
You can’t perform that action at this time.
0 commit comments