diff options
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | version.txt | 5 |
2 files changed, 6 insertions, 3 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" diff --git a/version.txt b/version.txt index 6937dc1..b649c64 100644 --- a/version.txt +++ b/version.txt @@ -1,3 +1,6 @@ +BlueGps4Droid 1.2 alpha version
+ * SiRF configuration (NMEA sentences - SBAS - Static Navigation)
+
BlueGps4Droid 1.1.1
* Bug fix (Ticket #4: Connection service is not properly closed https://sourceforge.net/p/bluegps4droid/tickets/4/).
* Add notifications when the connection with the GPS fails and when the connection service is closed because of two many connection retry.
@@ -10,6 +13,6 @@ BlueGps4Droid 1.1 (does not work properly because of bug #4. Use either version BlueGps4Droid 1.0
* Connect to bluetooth GPS (NMEA) and replace the internal GPS of an Android device.
- * Record GPS tracks in GPX files
+ * Record GPS tracks in NMEA files
* Compatible with Android version 2.0 and above
* English and French translations
\ No newline at end of file |