Sfoglia il codice sorgente

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

Sebastián Katzer 12 anni fa
parent
commit
eed9609916
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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>