0.6.0-rc1
This commit is contained in:
parent
75b22fee2d
commit
d4f3c32358
@ -1,8 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## New for 0.6.0
|
||||
## Version 0.6.X
|
||||
|
||||
**Revive of VTM vector map library.**
|
||||
**Version 0.6.0-rc1 (2016-10-08)**
|
||||
|
||||
**Revive of VTM vector map library**
|
||||
|
||||
- Render theme SVG resources [#60](https://github.com/mapsforge/vtm/issues/60)
|
||||
- Mapsforge multilingual maps [#34](https://github.com/mapsforge/vtm/issues/34)
|
||||
|
@ -1,9 +1,2 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.oscim.android">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="10"
|
||||
android:targetSdkVersion="22" />
|
||||
|
||||
</manifest>
|
||||
<manifest package="org.oscim.android" />
|
||||
|
@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.oscim.app"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="11"
|
||||
android:versionName="0.6.0">
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user