ソースを参照

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>