File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.25 .0"
9+ ext. mapsforgeVersion = " 0.26 .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.27.0 )
7+
8+ ## Version 0.26.0 (2025-09-14)
9+
510- Repeat proximity for labels with same text [ #1232 ] ( https://github.com/mapsforge/vtm/pull/1232 )
611 - ` Parameters.REPEAT_PROXIMITY_SQR `
712- ` ThemeCallback.getText ` method [ #1225 ] ( https://github.com/mapsforge/vtm/pull/1225 )
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ runtimeOnly 'org.lwjgl:lwjgl:3.3.1:natives-windows'
7070
7171``` groovy
7272implementation 'com.github.mapsforge.vtm:vtm-hillshading:[CURRENT-VERSION]'
73- implementation 'com.github.mapsforge.mapsforge:mapsforge-core:0.25 .0'
74- implementation 'com.github.mapsforge.mapsforge:mapsforge-map:0.25 .0'
75- implementation 'com.github.mapsforge.mapsforge:mapsforge-map-android:0.25 .0'
73+ implementation 'com.github.mapsforge.mapsforge:mapsforge-core:0.26 .0'
74+ implementation 'com.github.mapsforge.mapsforge:mapsforge-map:0.26 .0'
75+ implementation 'com.github.mapsforge.mapsforge:mapsforge-map-android:0.26 .0'
7676```
7777
7878### Overlays
You can’t perform that action at this time.
0 commit comments