Repository: cordova-plugin-camera Updated Branches: refs/heads/compat 9b6d91009 -> 31334d5eb
Remove Cordova Android 5 requirement Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/31334d5e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/31334d5e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/31334d5e Branch: refs/heads/compat Commit: 31334d5ebc1c59a0e2908a9765358a1507d5dc42 Parents: 9b6d910 Author: Simon MacDonald <[email protected]> Authored: Fri Jan 8 13:37:04 2016 -0500 Committer: Simon MacDonald <[email protected]> Committed: Fri Jan 8 13:37:04 2016 -0500 ---------------------------------------------------------------------- plugin.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/31334d5e/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index fa66f86..3004ee0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -30,10 +30,6 @@ <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> - <engines> - <engine name="cordova-android" version=">=5.0.0-dev" /> - </engines> - <js-module src="www/CameraConstants.js" name="Camera"> <clobbers target="Camera" /> </js-module> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
