Prechádzať zdrojové kódy

Merge pull request #697 from mrebasti/issue-632

Fix compatibility w/ other plugins due to android-support-v4.jar
Sebastián Katzer 10 rokov pred
rodič
commit
6326c3345d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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">