From 9568ecedcdda60ee9e53dff0a1f37583513351fe Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 6 Feb 2022 17:42:42 +0300 Subject: [PATCH] added sms-retriever --- Mohem/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Mohem/package.json b/Mohem/package.json index 21093409..23dbf7c0 100644 --- a/Mohem/package.json +++ b/Mohem/package.json @@ -48,6 +48,7 @@ "@ionic-native/native-storage": "^5.17.0", "@ionic-native/nfc": "^5.30.0", "@ionic-native/open-native-settings": "^5.14.0", + "@ionic-native/sms-retriever": "^5.36.0", "@ionic-native/social-sharing": "^5.34.0", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/sqlite": "^5.18.0", @@ -90,6 +91,7 @@ "cordova-plugin-ionic-webview": "^4.1.0", "cordova-plugin-local-notification": "^0.9.0-beta.2", "cordova-plugin-nativestorage": "^2.3.2", + "cordova-plugin-sms-retriever-manager": "^1.0.3", "cordova-plugin-splashscreen": "^5.0.3", "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-themeablebrowser": "^0.2.18", @@ -231,6 +233,9 @@ }, "cordova-android-support-gradle-release": { "ANDROID_SUPPORT_VERSION": "27.+" + }, + "cordova-plugin-sms-retriever-manager": { + "PLAY_SERVICES_VERSION": "15.0.1" } }, "platforms": [ @@ -238,4 +243,4 @@ "ios" ] } -} \ No newline at end of file +}