소스 검색

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">