소스 검색

Merge pull request #697 from mrebasti/issue-632

Fix compatibility w/ other plugins due to android-support-v4.jar
Sebastián Katzer 10 년 전
부모
커밋
6326c3345d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugin.xml

+ 1 - 1
plugin.xml

@@ -79,7 +79,7 @@
     <!-- android -->
     <platform name="android">
 
-        <dependency id="cordova-plugin-android-support-v4" />
+        <framework src="com.android.support:support-v4:+" />
 
         <config-file target="res/xml/config.xml" parent="/*">
             <feature name="LocalNotification">