Skip to content

Commit

Permalink
Step 15.1: Add Contacts cordova plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Jun 13, 2017
1 parent 0cfdc02 commit 1db6a7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.xml
Expand Up @@ -90,4 +90,5 @@
<plugin name="cordova-plugin-sms-receiver" spec="^0.1.6" />
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
<plugin name="cordova-plugin-crop" spec="^0.4.0" />
<plugin name="cordova-plugin-contacts" spec="^2.3.1" />
</widget>
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -29,6 +29,7 @@
"@angular/platform-browser": "4.1.2",
"@angular/platform-browser-dynamic": "4.1.2",
"@ionic-native/camera": "^3.12.1",
"@ionic-native/contacts": "^3.12.1",
"@ionic-native/core": "3.10.2",
"@ionic-native/crop": "^3.12.1",
"@ionic-native/geolocation": "^3.10.3",
Expand All @@ -45,6 +46,7 @@
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-console": "^1.0.5",
"cordova-plugin-contacts": "^2.3.1",
"cordova-plugin-crop": "^0.4.0",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-geolocation": "^2.4.3",
Expand Down Expand Up @@ -96,7 +98,8 @@
"cordova-plugin-sim": {},
"cordova-plugin-sms-receiver": {},
"cordova-plugin-camera": {},
"cordova-plugin-crop": {}
"cordova-plugin-crop": {},
"cordova-plugin-contacts": {}
},
"platforms": [
"android"
Expand Down

0 comments on commit 1db6a7f

Please sign in to comment.