Commit 30ac53ec by Sebastián Katzer

Added version constraint for plugman

parent d2bd748f
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<!-- cordova --> <!-- cordova -->
<engines> <engines>
<engine name="cordova" version=">=3.6.0" /> <engine name="cordova" version=">=3.6.0" />
<engine name="cordova-plugman" version=">=4.3.0" />
</engines> </engines>
<!-- dependencies --> <!-- dependencies -->
...@@ -78,7 +79,7 @@ ...@@ -78,7 +79,7 @@
<!-- android --> <!-- android -->
<platform name="android"> <platform name="android">
<framework src="com.android.support:support-v4:+" /> <framework src="com.android.support:support-v4:+" value="gradle" />
<config-file target="res/xml/config.xml" parent="/*"> <config-file target="res/xml/config.xml" parent="/*">
<feature name="LocalNotification"> <feature name="LocalNotification">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment