Explorar el Código

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

Sebastián Katzer hace 12 años
padre
commit
eed9609916
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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>