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.26.0 "
9+ ext. mapsforgeVersion = " 0.26.1 "
1010 ext. gdxVersion = " 1.11.0"
1111 ext. gwtVersion = " 2.8.2"
1212
Original file line number Diff line number Diff line change 55- Minor improvements and bug fixes
66- [ Solved issues] ( https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.27.0 )
77
8+ ## Version 0.26.1 (2025-09-15)
9+
10+ - Minor improvements and bug fixes
11+ - [ Solved issues] ( https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.26.1 )
12+
813## Version 0.26.0 (2025-09-14)
914
1015- Repeat proximity for labels with same text [ #1232 ] ( https://github.com/mapsforge/vtm/pull/1232 )
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.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 '
73+ implementation 'com.github.mapsforge.mapsforge:mapsforge-core:[CURRENT-VERSION] '
74+ implementation 'com.github.mapsforge.mapsforge:mapsforge-map:[CURRENT-VERSION] '
75+ implementation 'com.github.mapsforge.mapsforge:mapsforge-map-android:[CURRENT-VERSION] '
7676```
7777
7878### Overlays
You can’t perform that action at this time.
0 commit comments