Skip to content

Commit

Permalink
MOBILE-4616 cordova: Use official local-notification plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Sep 4, 2024
1 parent 4ba992b commit 25d568b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 32 deletions.
48 changes: 20 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3",
"@moodlehq/cordova-plugin-intent": "2.2.0-moodle.3",
"@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.4",
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.12",
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
Expand All @@ -106,6 +105,7 @@
"cordova-plugin-file": "^8.0.1",
"cordova-plugin-geolocation": "^5.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-local-notification": "1.0.0",
"cordova-plugin-media-capture": "^5.0.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-prevent-override": "^1.0.1",
Expand Down Expand Up @@ -201,9 +201,6 @@
"@moodlehq/cordova-plugin-inappbrowser": {},
"@moodlehq/cordova-plugin-intent": {},
"@moodlehq/cordova-plugin-ionic-webview": {},
"@moodlehq/cordova-plugin-local-notification": {
"ANDROID_SUPPORT_V4_VERSION": "26.+"
},
"@moodlehq/cordova-plugin-qrscanner": {},
"@moodlehq/cordova-plugin-statusbar": {},
"@moodlehq/cordova-plugin-zip": {},
Expand All @@ -227,6 +224,9 @@
"GPS_REQUIRED": "false"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-local-notification": {
"ANDROID_SUPPORT_V4_VERSION": "26.+"
},
"cordova-plugin-media-capture": {},
"cordova-plugin-moodleapp": {},
"cordova-plugin-network-information": {},
Expand Down

0 comments on commit 25d568b

Please sign in to comment.