浏览代码

Changing android-support dependency declaration to be compatible with other plugins like phonegap-plugin-push and cordova-plugin-facebook4. Issue katzer/cordova-plugin-local-notifications#632

Marcelo Rebasti 10 年之前
父节点
当前提交
35b00f3c79
共有 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">