0.15.0
This commit is contained in:
parent
2859a18d72
commit
c0d5f4a0ca
@ -1,6 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## New since 0.14.0
|
## New since 0.15.0
|
||||||
|
|
||||||
|
- Many other minor improvements and bug fixes
|
||||||
|
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.16.0)
|
||||||
|
|
||||||
|
## Version 0.15.0 (2021-01-01)
|
||||||
|
|
||||||
- Android: scoped storage example [#785](https://github.com/mapsforge/vtm/pull/785)
|
- Android: scoped storage example [#785](https://github.com/mapsforge/vtm/pull/785)
|
||||||
- Mapsforge: map stream support [#784](https://github.com/mapsforge/vtm/pull/784)
|
- Mapsforge: map stream support [#784](https://github.com/mapsforge/vtm/pull/784)
|
||||||
|
@ -16,11 +16,11 @@ dependencies {
|
|||||||
implementation project(':vtm-gdx')
|
implementation project(':vtm-gdx')
|
||||||
implementation project(':vtm-gdx-poi3d')
|
implementation project(':vtm-gdx-poi3d')
|
||||||
|
|
||||||
implementation 'org.mapsforge:mapsforge-poi-android:0.14.0'
|
implementation 'org.mapsforge:mapsforge-poi-android:0.15.0'
|
||||||
implementation 'org.mapsforge:sqlite-android:0.14.0:natives-armeabi-v7a'
|
implementation 'org.mapsforge:sqlite-android:0.15.0:natives-armeabi-v7a'
|
||||||
implementation 'org.mapsforge:sqlite-android:0.14.0:natives-arm64-v8a'
|
implementation 'org.mapsforge:sqlite-android:0.15.0:natives-arm64-v8a'
|
||||||
implementation 'org.mapsforge:sqlite-android:0.14.0:natives-x86'
|
implementation 'org.mapsforge:sqlite-android:0.15.0:natives-x86'
|
||||||
implementation 'org.mapsforge:sqlite-android:0.14.0:natives-x86_64'
|
implementation 'org.mapsforge:sqlite-android:0.15.0:natives-x86_64'
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
@ -10,11 +10,11 @@ dependencies {
|
|||||||
implementation 'com.fifesoft:rsyntaxtextarea:2.6.1'
|
implementation 'com.fifesoft:rsyntaxtextarea:2.6.1'
|
||||||
implementation 'com.jtattoo:JTattoo:1.6.11'
|
implementation 'com.jtattoo:JTattoo:1.6.11'
|
||||||
|
|
||||||
implementation 'org.mapsforge:mapsforge-core:0.14.0'
|
implementation 'org.mapsforge:mapsforge-core:0.15.0'
|
||||||
implementation 'org.mapsforge:mapsforge-map:0.14.0'
|
implementation 'org.mapsforge:mapsforge-map:0.15.0'
|
||||||
implementation 'org.mapsforge:mapsforge-map-awt:0.14.0'
|
implementation 'org.mapsforge:mapsforge-map-awt:0.15.0'
|
||||||
implementation 'org.mapsforge:mapsforge-map-reader:0.14.0'
|
implementation 'org.mapsforge:mapsforge-map-reader:0.15.0'
|
||||||
implementation 'org.mapsforge:mapsforge-themes:0.14.0'
|
implementation 'org.mapsforge:mapsforge-themes:0.15.0'
|
||||||
implementation 'net.sf.kxml:kxml2:2.3.0'
|
implementation 'net.sf.kxml:kxml2:2.3.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user