aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-29 03:27:17 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-29 03:27:17 +0200
commit044b33e8e83e28b002449c1f785bb161196a6864 (patch)
tree0e4f85b555bcb388c242f6512e9a167d28c04eb2 /AndroidManifest.xml
parent55602c8e72f7687bd6d3197afacb07bc590c37f5 (diff)
downloadBlueGPS-044b33e8e83e28b002449c1f785bb161196a6864.zip
BlueGPS-044b33e8e83e28b002449c1f785bb161196a6864.tar.gz
BlueGPS-044b33e8e83e28b002449c1f785bb161196a6864.tar.bz2
Change versions
version and description for 1.1.1 and
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 48d6295..8021fef 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.broeuschmeul.android.gps.bluetooth.provider"
- android:versionCode="2"
- android:versionName="1.1">
+ android:versionCode="3"
+ android:versionName="1.1.1">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:allowClearUserData="true">
<activity android:name=".BluetoothGpsActivity"
android:label="@string/app_name"