added dependency on promise polyfil for android (4.4.4 is the first to have it )

This commit is contained in:
Jesse MacFadyen 2017-02-22 11:40:10 -08:00
parent 70dfab7f9b
commit 972a082203

View File

@ -52,6 +52,8 @@
</feature> </feature>
</config-file> </config-file>
<dependency id="es6-promise-plugin" url="https://github.com/vstirbu/PromisesPlugin.git"/>
</platform> </platform>
<platform name="blackberry10"> <platform name="blackberry10">
@ -62,10 +64,7 @@
<js-module src="www/screenorientation.bb10.js" name="screenorientation.bb10"> <js-module src="www/screenorientation.bb10.js" name="screenorientation.bb10">
<merges target="cordova.plugins.screenorientation" /> <merges target="cordova.plugins.screenorientation" />
</js-module> </js-module>
<dependency <dependency id="es6-promise-plugin" url="https://github.com/vstirbu/PromisesPlugin.git"/>
id="es6-promise-plugin"
url="https://github.com/vstirbu/PromisesPlugin.git">
</dependency>
</platform> </platform>
<platform name="windows"> <platform name="windows">