aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-10-25 21:25:22 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-10-25 21:25:22 +0200
commite97d0baa3343da23b426c72e831ad0277e2ba77a (patch)
tree028f0ddf2afb640ce4c7d79781645dcf0d9ab3c7 /AndroidManifest.xml
parentf2e25e47bd54f0cd41f8575b8acb1a9186a82f14 (diff)
downloadBlueGPS-e97d0baa3343da23b426c72e831ad0277e2ba77a.zip
BlueGPS-e97d0baa3343da23b426c72e831ad0277e2ba77a.tar.gz
BlueGPS-e97d0baa3343da23b426c72e831ad0277e2ba77a.tar.bz2
change version info and add version descriptionBlueGPS4Droid_1.2.alpha
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 8021fef..017ed6a 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="3"
- android:versionName="1.1.1">
+ android:versionCode="4"
+ android:versionName="1.2.alpha">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:allowClearUserData="true">
<activity android:name=".BluetoothGpsActivity"
android:label="@string/app_name"