From 57bf81bc28e060a6cd25e2d406a06bee790bd96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Wed, 11 Dec 2013 15:50:56 +0100 Subject: [PATCH] Add note about dependencies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6541cb5..b800d67 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ See [Drawing and Printing Guide for iOS](http://developer.apple.com/library/ios/ - **Android** *(Print through 3rd party printing apps on SDK <= 18)* +## Dependencies +Cordova will check all dependencies and install them if they are missing. +- [org.apache.cordova.device](https://github.com/apache/cordova-plugin-device) *(since v0.5.0)* + ## Adding the Plugin to your project Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface):