Skip to content

Commit

Permalink
0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Jun 18, 2022
1 parent cf234cd commit ae7c7b1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## New since 0.17.0
## New since 0.18.0

- Minor improvements and bug fixes
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.19.0)

## Version 0.18.0 (2022-06-18)

- Mapsforge: deduplicate maps [#903](https://github.com/mapsforge/vtm/pull/903)
- Fix overlapping map regions [#903](https://github.com/mapsforge/vtm/pull/903) [#905](https://github.com/mapsforge/vtm/pull/905)
Expand Down
10 changes: 5 additions & 5 deletions vtm-android-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ dependencies {
implementation project(':vtm-gdx')
implementation project(':vtm-gdx-poi3d')

implementation 'org.mapsforge:mapsforge-poi-android:0.17.0'
implementation 'org.mapsforge:sqlite-android:0.17.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.17.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.17.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.17.0:natives-x86_64'
implementation 'org.mapsforge:mapsforge-poi-android:0.18.0'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.18.0:natives-x86_64'
}

android {
Expand Down
10 changes: 5 additions & 5 deletions vtm-theme-comparator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ dependencies {
implementation 'com.fifesoft:rsyntaxtextarea:2.6.1'
implementation 'com.jtattoo:JTattoo:1.6.11'

implementation 'org.mapsforge:mapsforge-core:0.17.0'
implementation 'org.mapsforge:mapsforge-map:0.17.0'
implementation 'org.mapsforge:mapsforge-map-awt:0.17.0'
implementation 'org.mapsforge:mapsforge-map-reader:0.17.0'
implementation 'org.mapsforge:mapsforge-themes:0.17.0'
implementation 'org.mapsforge:mapsforge-core:0.18.0'
implementation 'org.mapsforge:mapsforge-map:0.18.0'
implementation 'org.mapsforge:mapsforge-map-awt:0.18.0'
implementation 'org.mapsforge:mapsforge-map-reader:0.18.0'
implementation 'org.mapsforge:mapsforge-themes:0.18.0'
implementation 'net.sf.kxml:kxml2:2.3.0'
}

Expand Down

0 comments on commit ae7c7b1

Please sign in to comment.