Skip to content

Commit 45a7fd8

Browse files
authored
Merge pull request #2734 from wmathurin/dev
Moving to cordova android 14.0.1
2 parents abaf21e + 694de46 commit 45a7fd8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

external/cordova/cordova.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
under the License.
2020
*/
2121
;(function() {
22-
var PLATFORM_VERSION_BUILD_LABEL = '13.0.0';
22+
var PLATFORM_VERSION_BUILD_LABEL = '14.0.1';
2323
// file: src/scripts/require.js
2424
var require;
2525
var define;
@@ -1531,14 +1531,14 @@ module.exports = {
15311531
},
15321532

15331533
/**
1534-
* Load the url into the webview or into new browser instance.
1534+
* Load the url into the WebView or into new browser instance.
15351535
*
15361536
* @param url The URL to load
15371537
* @param props Properties that can be passed in to the activity:
15381538
* wait: int => wait msec before loading URL
15391539
* loadingDialog: "Title,Message" => display a native loading dialog
15401540
* loadUrlTimeoutValue: int => time in msec to wait before triggering a timeout error
1541-
* clearHistory: boolean => clear webview history (default=false)
1541+
* clearHistory: boolean => clear WebView history (default=false)
15421542
* openExternal: boolean => open in a new browser (default=false)
15431543
*
15441544
* Example:

libs/SalesforceHybrid/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
dependencies {
1515
api(project(":libs:MobileSync"))
16-
api("org.apache.cordova:framework:13.0.0")
16+
api("org.apache.cordova:framework:14.0.1")
1717
api("androidx.appcompat:appcompat:1.7.1")
1818
api("androidx.appcompat:appcompat-resources:1.7.1")
1919
api("androidx.webkit:webkit:1.14.0")

0 commit comments

Comments
 (0)