Skip to content

Commit 138c379

Browse files
committed
0.26.0
1 parent 2729531 commit 138c379

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.25.0"
9+
ext.mapsforgeVersion = "0.26.0"
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
@@ -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.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)

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.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

0 commit comments

Comments
 (0)