aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-26 03:15:30 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-26 03:15:30 +0200
commita30eb165bdcb122bec23ce6ff030f83b06c09688 (patch)
tree8b08e11e790eecba0d21f048f8cad0deaecbfcfd /AndroidManifest.xml
parent08ed15bff80e5a09548e74c9a4194280c6be8025 (diff)
downloadBlueGPS-a30eb165bdcb122bec23ce6ff030f83b06c09688.zip
BlueGPS-a30eb165bdcb122bec23ce6ff030f83b06c09688.tar.gz
BlueGPS-a30eb165bdcb122bec23ce6ff030f83b06c09688.tar.bz2
change android version numbers
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 c87f911..c43531c 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="1"
- android:versionName="1.0">
+ android:versionCode="2"
+ android:versionName="1.1">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:allowClearUserData="true">
<activity android:name=".BluetoothGpsActivity"
android:label="@string/app_name"