0.13.0
This commit is contained in:
parent
b43dfc53e4
commit
bf6b325ce8
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## New since 0.12.0
|
||||
## Version 0.13.0 (2020-01-12)
|
||||
|
||||
- Render themes: symbols on lines with billboard / rotation [#743](https://github.com/mapsforge/vtm/pull/743)
|
||||
- Location texture renderer: rewrite and optimize [#750](https://github.com/mapsforge/vtm/pull/750)
|
||||
|
@ -16,11 +16,11 @@ dependencies {
|
||||
implementation project(':vtm-gdx')
|
||||
implementation project(':vtm-gdx-poi3d')
|
||||
|
||||
implementation 'org.mapsforge:mapsforge-poi-android:0.12.0'
|
||||
implementation 'org.mapsforge:sqlite-android:0.12.0:natives-armeabi-v7a'
|
||||
implementation 'org.mapsforge:sqlite-android:0.12.0:natives-arm64-v8a'
|
||||
implementation 'org.mapsforge:sqlite-android:0.12.0:natives-x86'
|
||||
implementation 'org.mapsforge:sqlite-android:0.12.0:natives-x86_64'
|
||||
implementation 'org.mapsforge:mapsforge-poi-android:0.13.0'
|
||||
implementation 'org.mapsforge:sqlite-android:0.13.0:natives-armeabi-v7a'
|
||||
implementation 'org.mapsforge:sqlite-android:0.13.0:natives-arm64-v8a'
|
||||
implementation 'org.mapsforge:sqlite-android:0.13.0:natives-x86'
|
||||
implementation 'org.mapsforge:sqlite-android:0.13.0:natives-x86_64'
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -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.12.0'
|
||||
implementation 'org.mapsforge:mapsforge-map:0.12.0'
|
||||
implementation 'org.mapsforge:mapsforge-map-awt:0.12.0'
|
||||
implementation 'org.mapsforge:mapsforge-map-reader:0.12.0'
|
||||
implementation 'org.mapsforge:mapsforge-themes:0.12.0'
|
||||
implementation 'org.mapsforge:mapsforge-core:0.13.0'
|
||||
implementation 'org.mapsforge:mapsforge-map:0.13.0'
|
||||
implementation 'org.mapsforge:mapsforge-map-awt:0.13.0'
|
||||
implementation 'org.mapsforge:mapsforge-map-reader:0.13.0'
|
||||
implementation 'org.mapsforge:mapsforge-themes:0.13.0'
|
||||
implementation 'net.sf.kxml:kxml2:2.3.0'
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user