diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-26 03:32:43 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-26 03:32:43 -0500 |
| commit | 1009cd07dd8beae0eee2a7b7f677da7c03b88b43 (patch) | |
| tree | bfb6a0cf4d8199cf1918fc96a223ce6c5671dd7b /package.json | |
| parent | 43c4deb9cae942e06594e72469c7d078c8ea6834 (diff) | |
added support for video download on devices - need to test more. On devices you can actually track progress. #383
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 96edeb96..0b5ed5c2 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,9 @@ "id": "cordova-plugin-certificates" }, "cordova-plugin-photo-library", - "cordova-plugin-add-swift-support" + "cordova-plugin-add-swift-support", + "cordova-plugin-file-transfer", + "cordova-library-helper" ], "cordovaPlatforms": [ { |
