From 0dc7ef83554d61643db0675112a4d947be60f37c Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 27 Mar 2022 15:27:26 +0300 Subject: [PATCH] fixed issues --- Mohem/package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Mohem/package.json b/Mohem/package.json index 5acd1d9f..7a2ad9d7 100644 --- a/Mohem/package.json +++ b/Mohem/package.json @@ -35,8 +35,10 @@ "@ionic-native/device": "^5.18.0", "@ionic-native/diagnostic": "^5.18.0", "@ionic-native/file": "^5.18.0", + "@ionic-native/file-chooser": "^5.36.0", "@ionic-native/file-opener": "^5.36.0", "@ionic-native/file-path": "^5.18.0", + "@ionic-native/file-picker": "^5.36.0", "@ionic-native/fingerprint-aio": "^5.18.0", "@ionic-native/firebase-x": "^5.34.0", "@ionic-native/geolocation": "^5.10.0", @@ -83,7 +85,9 @@ "cordova-plugin-dialogs": "^2.0.2", "cordova-plugin-file": "^6.0.2", "cordova-plugin-file-opener2": "^3.0.5", + "cordova-plugin-filechooser": "^1.2.0", "cordova-plugin-filepath": "^1.5.6", + "cordova-plugin-filepicker": "^1.1.6", "cordova-plugin-fingerprint-aio": "^3.0.0", "cordova-plugin-firebasex": "^13.0.0", "cordova-plugin-geolocation": "^4.0.2", @@ -241,11 +245,13 @@ }, "cordova-plugin-file-opener2": { "ANDROID_SUPPORT_V4_VERSION": "27.+" - } + }, + "cordova-plugin-filepicker": {}, + "cordova-plugin-filechooser": {} }, "platforms": [ "android", "ios" ] } -} \ No newline at end of file +}