From 6ff004e68db96235a21e162341b031a73a2bf7d4 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Tue, 13 Jun 2023 19:10:39 +0200 Subject: [PATCH] MOBILE-4362 android: Fix build --- config.xml | 11 ----------- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/config.xml b/config.xml index a3aa7260c..b85d51b42 100644 --- a/config.xml +++ b/config.xml @@ -73,17 +73,6 @@ - - - - - - - - - - - diff --git a/package-lock.json b/package-lock.json index dca5aea27..3c50ee9c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4778,9 +4778,9 @@ "integrity": "sha512-BDW53W8BzHIJY6lqV3IyYIO9Rh3qi/nA3qkwZjvJiw7iohlQMeR67LV+bXjM4I8N1PTGoBSXiS5BmaS9NFi/1A==" }, "@moodlehq/cordova-plugin-intent": { - "version": "2.2.0-moodle.1", - "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-intent/-/cordova-plugin-intent-2.2.0-moodle.1.tgz", - "integrity": "sha512-Pmd+Xa146LcNlU39z8NLElAk7dxp2g75IRQ+zyXkRTzj7h+0JtNgWWw14jFVxOINoMWo0C7ZihJfeQdn+vrVmA==" + "version": "2.2.0-moodle.2", + "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-intent/-/cordova-plugin-intent-2.2.0-moodle.2.tgz", + "integrity": "sha512-EXJz9KrkZfk64VUexC8kFrHn/TEbcJCbAuN9yaESSWY33hUDIcBnFxCdgUUU9qA+JUsWL4/gaGtLVdYsStTRIw==" }, "@moodlehq/cordova-plugin-ionic-webview": { "version": "5.0.0-moodle.1", diff --git a/package.json b/package.json index 47077fe31..2e111a855 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@moodlehq/cordova-plugin-camera": "6.0.0-moodle.1", "@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5", "@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3", - "@moodlehq/cordova-plugin-intent": "2.2.0-moodle.1", + "@moodlehq/cordova-plugin-intent": "2.2.0-moodle.2", "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.1", "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11", "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",