浏览代码

Resolve dependency conflict

Sebastián Katzer 10 年之前
父节点
当前提交
954d727d9f
共有 1 个文件被更改,包括 2 次插入3 次删除
  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">