Skip to content

Commit 459e08f

Browse files
committed
0.25.0
1 parent 61e563a commit 459e08f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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.24.1"
9+
ext.mapsforgeVersion = "0.25.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.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)

docs/Integration.md

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

8080
```groovy
8181
implementation '[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

0 commit comments

Comments
 (0)