Add engine tag for Cordova-Android 5.0.x

This commit is contained in:
Joe Bowser 2015-09-24 15:07:57 -07:00
parent cbe17eec21
commit 2714060b09

View File

@ -30,6 +30,10 @@
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git</repo> <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320645</issue> <issue>https://issues.apache.org/jira/browse/CB/component/12320645</issue>
<engines>
<engine name="cordova-android" version=">=5.0.0-dev" />
</engines>
<js-module src="www/CameraConstants.js" name="Camera"> <js-module src="www/CameraConstants.js" name="Camera">
<clobbers target="Camera" /> <clobbers target="Camera" />
</js-module> </js-module>