Skip to content

Commit 07063eb

Browse files
committed
0.26.1
1 parent 138c379 commit 07063eb

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
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)

docs/Integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ runtimeOnly 'org.lwjgl:lwjgl:3.3.1:natives-windows'
7070

7171
```groovy
7272
implementation '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

0 commit comments

Comments
 (0)