Skip to content

Commit 6ccdf8c

Browse files
committed
Moving to cordova android 13.0.0
1 parent b31d836 commit 6ccdf8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

external/cordova/cordova.js

Lines changed: 1 addition & 1 deletion
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 = '12.0.1';
22+
var PLATFORM_VERSION_BUILD_LABEL = '13.0.0';
2323
// file: src/scripts/require.js
2424
var require;
2525
var define;

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:12.0.1")
16+
api("org.apache.cordova:framework:13.0.0")
1717
api("androidx.appcompat:appcompat:1.7.0")
1818
api("androidx.appcompat:appcompat-resources:1.7.0")
1919
api("androidx.webkit:webkit:1.11.0")

0 commit comments

Comments
 (0)