Repository: cordova-plugin-file Updated Branches: refs/heads/master e093e8de3 -> 769eead9a
updated the engine tag Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/4cc748b1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/4cc748b1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/4cc748b1 Branch: refs/heads/master Commit: 4cc748b1c649a9f09db6e9817386a0af58d2dd48 Parents: 69aa561 Author: Joe Bowser <[email protected]> Authored: Mon Sep 28 14:57:38 2015 -0700 Committer: Joe Bowser <[email protected]> Committed: Wed Oct 28 10:39:06 2015 -0700 ---------------------------------------------------------------------- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/4cc748b1/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 2e8a323..69dd79e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,7 +29,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git</repo> <issue>https://issues.apache.org/jira/browse/CB/component/12320651</issue> <engines> - <engine name="cordova-android" version=">=3.1.0" /><!-- Uses CordovaResourceApi --> + <engine name="cordova-android" version=">=5.0.0-dev" /><!-- Uses Marshmallow Permissions --> </engines> <js-module src="www/DirectoryEntry.js" name="DirectoryEntry"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
