aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-09-08 02:13:24 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-09-08 02:13:24 +0200
commit51f2f15221d00695e1cd34c213d05ba20ac18e2c (patch)
tree1a3989933a7edb08021f96d499b301c29e2fc945 /AndroidManifest.xml
parente9dcd7df145048b9db33669c53704f6daa38d4d7 (diff)
downloadBlueGPS-51f2f15221d00695e1cd34c213d05ba20ac18e2c.zip
BlueGPS-51f2f15221d00695e1cd34c213d05ba20ac18e2c.tar.gz
BlueGPS-51f2f15221d00695e1cd34c213d05ba20ac18e2c.tar.bz2
update version numbers and readme file for version 1.2.3BlueGPS4Droid_1.2.3
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 04c3986..159a498 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,7 +20,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.broeuschmeul.android.gps.bluetooth.provider"
- android:versionCode="122"
+ android:versionCode="123"
android:versionName="@string/versionName">
<application android:icon="@drawable/ic_launcher_bluegps" android:label="@string/app_name" android:allowClearUserData="true">
<activity android:name=".BluetoothGpsActivity"