We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092547b commit cb794a1Copy full SHA for cb794a1
AndroidManifest.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="net.bmaron.openfixmap"
4
- android:versionCode="10"
5
- android:versionName="0.5.2" >
+ android:versionCode="11"
+ android:versionName="0.5.3" >
6
7
<uses-sdk android:minSdkVersion="8" />
8
NEWS
@@ -1,3 +1,9 @@
+V0.5.3 (04/02/2014):
+ * Disable OSB reporting
+ * Disable MapDust
+ * Fix Keepright
+ * Fix Osmose
+
v0.5.0 (19/03/2012):
* Add Osmose support
9
* Choose informations to display per parser
0 commit comments