From 5a0b41e7098c3e453f24e61ce6dbe490911b7192 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Wed, 17 Jan 2024 12:13:45 +0100 Subject: [PATCH] MOBILE-4490 android: Fix crash in Android 5.1 and 6 due to StatusBar --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ead02a7ee..574594d57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2", "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11", "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5", - "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.2", + "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3", "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1", "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.7", "@ngx-translate/core": "^15.0.0", @@ -5250,9 +5250,9 @@ } }, "node_modules/@moodlehq/cordova-plugin-statusbar": { - "version": "4.0.0-moodle.2", - "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-statusbar/-/cordova-plugin-statusbar-4.0.0-moodle.2.tgz", - "integrity": "sha512-eFIQaJK0+s6z72dgDST8DJ9XrWLxfueIaExX+iz25jA1Q7gh5mHSrxzVRlkO4NIfMd3dWt0nQHdexGV5psuH/A==", + "version": "4.0.0-moodle.3", + "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-statusbar/-/cordova-plugin-statusbar-4.0.0-moodle.3.tgz", + "integrity": "sha512-81TA/RKSqhijN8bzsfCHNRLMndcDcuIwlPtxRwSelxBE+SiNtYMGsL4mjBn+zFkLmWw10KSYLzj3JlKUfCPkDg==", "engines": { "cordovaDependencies": { "0.1.0": { diff --git a/package.json b/package.json index 0b517ec86..2d006baae 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2", "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11", "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5", - "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.2", + "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3", "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1", "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.7", "@ngx-translate/core": "^15.0.0", @@ -245,4 +245,4 @@ "nl.kingsquare.cordova.background-audio": {} } } -} +} \ No newline at end of file