Skip to content

Commit 623453d

Browse files
committed
Preparing release v0.5.8
1 parent 87f2024 commit 623453d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="me.guillaumin.android.osmtracker"
3-
android:versionName="0.5.7" android:versionCode="22">
3+
android:versionName="0.5.8" android:versionCode="23">
44

55
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="7"/>
66
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project name="SOMTracker" default="help">
2+
<project name="OSMTracker" default="help">
33

44
<!-- The local.properties file is created and updated by the 'android' tool.
55
It contains the path to the SDK. It should *NOT* be checked into

0 commit comments

Comments
 (0)