This commit is contained in:
Emux 2022-01-03 16:59:14 +02:00
parent 8e0d467ceb
commit f5f77157c9
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3
3 changed files with 16 additions and 11 deletions

View File

@ -1,6 +1,11 @@
# Changelog
## New since 0.16.0
## New since 0.17.0
- Minor improvements and bug fixes
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.18.0)
## Version 0.17.0 (2022-01-03)
- Drawable style point reduction option [#862](https://github.com/mapsforge/vtm/pull/862)
- Drawable style texture repeat option [#862](https://github.com/mapsforge/vtm/pull/862)

View File

@ -16,11 +16,11 @@ dependencies {
implementation project(':vtm-gdx')
implementation project(':vtm-gdx-poi3d')
implementation 'org.mapsforge:mapsforge-poi-android:0.16.0'
implementation 'org.mapsforge:sqlite-android:0.16.0:natives-armeabi-v7a'
implementation 'org.mapsforge:sqlite-android:0.16.0:natives-arm64-v8a'
implementation 'org.mapsforge:sqlite-android:0.16.0:natives-x86'
implementation 'org.mapsforge:sqlite-android:0.16.0:natives-x86_64'
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'
}
android {

View File

@ -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.16.0'
implementation 'org.mapsforge:mapsforge-map:0.16.0'
implementation 'org.mapsforge:mapsforge-map-awt:0.16.0'
implementation 'org.mapsforge:mapsforge-map-reader:0.16.0'
implementation 'org.mapsforge:mapsforge-themes:0.16.0'
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 'net.sf.kxml:kxml2:2.3.0'
}