Skip to content

Commit

Permalink
Step 14.12: Add cordova plugins for camera access and crop
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Jun 13, 2017
1 parent 36cbc80 commit 4ab7fd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config.xml
Expand Up @@ -88,4 +88,6 @@
<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" />
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
<plugin name="cordova-plugin-crop" spec="^0.4.0" />
</widget>
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -28,7 +28,9 @@
"@angular/http": "4.1.2",
"@angular/platform-browser": "4.1.2",
"@angular/platform-browser-dynamic": "4.1.2",
"@ionic-native/camera": "^3.12.1",
"@ionic-native/core": "3.10.2",
"@ionic-native/crop": "^3.12.1",
"@ionic-native/geolocation": "^3.10.3",
"@ionic-native/image-picker": "^3.11.0",
"@ionic-native/sim": "^3.11.0",
Expand All @@ -40,8 +42,10 @@
"bluebird": "^3.5.0",
"com.synconset.imagepicker": "git+https://github.com/darkbasic/ImagePicker.git",
"cordova-android": "^6.2.3",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-console": "^1.0.5",
"cordova-plugin-crop": "^0.4.0",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-geolocation": "^2.4.3",
"cordova-plugin-sim": "^1.3.3",
Expand Down Expand Up @@ -90,7 +94,9 @@
"cordova-plugin-geolocation": {},
"com.synconset.imagepicker": {},
"cordova-plugin-sim": {},
"cordova-plugin-sms-receiver": {}
"cordova-plugin-sms-receiver": {},
"cordova-plugin-camera": {},
"cordova-plugin-crop": {}
},
"platforms": [
"android"
Expand Down

0 comments on commit 4ab7fd9

Please sign in to comment.