aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-29 03:32:38 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-29 03:32:38 +0200
commit6e3bed80a23e6943552e807ad3c56f871540ce0e (patch)
treeb5aa972543042ca047e35690e94ce8e65951956b /AndroidManifest.xml
parent605e2c6f59105c9bd9f7b4d23230e837b3041a89 (diff)
downloadBlueGPS-6e3bed80a23e6943552e807ad3c56f871540ce0e.zip
BlueGPS-6e3bed80a23e6943552e807ad3c56f871540ce0e.tar.gz
BlueGPS-6e3bed80a23e6943552e807ad3c56f871540ce0e.tar.bz2
Change versions for 1.1.1
version and description for 1.1.1
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 c43531c..82f5f3f 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"