Skip to content

Commit

Permalink
Step 14.5: Added cordova plugin for reading SMS OTP
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Jun 13, 2017
1 parent d9f5a7a commit 153177e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@
<plugin name="cordova-plugin-geolocation" spec="^2.4.3" />
<plugin name="com.synconset.imagepicker" spec="git+https://github.com/darkbasic/ImagePicker.git" />
<plugin name="cordova-plugin-sim" spec="^1.3.3" />
<plugin name="cordova-plugin-sms-receiver" spec="^0.1.6" />
</widget>
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-geolocation": "^2.4.3",
"cordova-plugin-sim": "^1.3.3",
"cordova-plugin-sms-receiver": "^0.1.6",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.2.2",
"cordova-plugin-whitelist": "^1.3.1",
Expand Down Expand Up @@ -86,7 +87,8 @@
"ionic-plugin-keyboard": {},
"cordova-plugin-geolocation": {},
"com.synconset.imagepicker": {},
"cordova-plugin-sim": {}
"cordova-plugin-sim": {},
"cordova-plugin-sms-receiver": {}
},
"platforms": [
"android"
Expand Down

0 comments on commit 153177e

Please sign in to comment.