浏览代码

Added the `org.apache.cordova.device` plugin as a dependency

Sebastián Katzer 12 年之前
父节点
当前提交
eed9609916
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugin.xml

+ 2 - 0
plugin.xml

@@ -17,6 +17,8 @@
         <engine name="cordova" version=">=3.0.0" />
         <engine name="cordova" version=">=3.0.0" />
     </engines>
     </engines>
 
 
+    <dependency id="org.apache.cordova.device" url="https://github.com/apache/cordova-plugin-device" />
+
     <js-module src="www/local-notification.js" name="LocalNotification">
     <js-module src="www/local-notification.js" name="LocalNotification">
         <clobbers target="plugin.notification.local" />
         <clobbers target="plugin.notification.local" />
     </js-module>
     </js-module>