瀏覽代碼

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" />
     </engines>
 
+    <dependency id="org.apache.cordova.device" url="https://github.com/apache/cordova-plugin-device" />
+
     <js-module src="www/local-notification.js" name="LocalNotification">
         <clobbers target="plugin.notification.local" />
     </js-module>