瀏覽代碼

PRS MOBILE - iOS/Android settings for new release

Nick-PRSDigital@bitbucket.org 2 年之前
父節點
當前提交
c714f3c29a

+ 1 - 1
prs.mobile/comal.timesheets.Android/Properties/AndroidManifest.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="714500" package="au.com.frogsoftware.timesheets.comal_timesheets" android:installLocation="preferExternal" android:versionName="7.14.5">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="714600" package="au.com.frogsoftware.timesheets.comal_timesheets" android:installLocation="preferExternal" android:versionName="7.14.6">
 	<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="33" />
 	<uses-permission android:name="android.permission.INTERNET" />
 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

+ 1 - 1
prs.mobile/comal.timesheets.iOS/Info.plist

@@ -11,7 +11,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>7.14.6</string>
 	<key>CFBundleVersion</key>
-	<string>7.14.5</string>
+	<string>7.14.6</string>
 	<key>NSBluetoothAlwaysUsageDescription</key>
 	<string>Bluetooth access is needed to locate equipment items</string>
 	<key>NSBluetoothPeripheralUsageDescription</key>

+ 1 - 1
prs.mobile/comal.timesheets/Data Classes/NotifyChanges.cs

@@ -17,7 +17,7 @@ namespace comal.timesheets
             string latestChanges = "";
             List<string> changes = new List<string>
                 {
-                "- Stability improvements / retry loading for various pages"
+                "- Stability improvements to connections"
                 };
             foreach (string s in changes)
             {