Parcourir la source

Resolve dependency conflict

Sebastián Katzer il y a 10 ans
Parent
commit
954d727d9f
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      plugin.xml

+ 2 - 3
plugin.xml

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