diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/constants.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml index f02034e..a67e978 100644 --- a/res/values/constants.xml +++ b/res/values/constants.xml @@ -19,6 +19,8 @@ along with BluetoothGPS4Droid. If not, see : http://www.gnu.org/licenses/.
-->
<resources>
+ <string name="versionName">1.2.0</string>
+
<string name="pref_start_gps_key">startGps</string>
<string name="pref_gps_location_provider_key">gpsLocationProviderKey</string>
<string name="pref_replace_std_gps_key">replaceStdtGps</string>
|