mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-05 01:32:59 +08:00
added dependency on promise polyfil for android (4.4.4 is the first to have it )
This commit is contained in:
parent
70dfab7f9b
commit
972a082203
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user