mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-04 17:32:12 +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>
|
||||
</config-file>
|
||||
|
||||
<dependency id="es6-promise-plugin" url="https://github.com/vstirbu/PromisesPlugin.git"/>
|
||||
|
||||
</platform>
|
||||
|
||||
<platform name="blackberry10">
|
||||
@ -62,10 +64,7 @@
|
||||
<js-module src="www/screenorientation.bb10.js" name="screenorientation.bb10">
|
||||
<merges target="cordova.plugins.screenorientation" />
|
||||
</js-module>
|
||||
<dependency
|
||||
id="es6-promise-plugin"
|
||||
url="https://github.com/vstirbu/PromisesPlugin.git">
|
||||
</dependency>
|
||||
<dependency id="es6-promise-plugin" url="https://github.com/vstirbu/PromisesPlugin.git"/>
|
||||
</platform>
|
||||
|
||||
<platform name="windows">
|
||||
|
Loading…
x
Reference in New Issue
Block a user