diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-06-01 11:29:50 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-06-01 11:29:50 -0400 |
| commit | 8f5eba7828d1edf76a277c71b34da237e8c8441f (patch) | |
| tree | 395a3563eee2893a9ec9ef2309839ffddeab7111 /plugins | |
| parent | 3e70efa61d1567735b16183c01eaad4aa75fe9b5 (diff) | |
switched plugins to reduce android permissions, added cast support - but it breaks in android, will likely disable
Former-commit-id: 15807900f05d387579ade0f02081ac993f064757
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/fetch.json | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 029d3a7b..f4230c96 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -115,39 +115,57 @@ "is_top_level": true, "variables": {} }, - "cordova-plugin-media": { + "com.telerik.plugins.nativepagetransitions": { "source": { "type": "git", - "url": "https://github.com/pliablepixels/cordova-plugin-media", + "url": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions", "subdir": "." }, "is_top_level": true, "variables": {} }, - "com.telerik.plugins.nativepagetransitions": { + "cordova-plugin-globalization": { "source": { "type": "git", - "url": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions", + "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git", "subdir": "." }, "is_top_level": true, "variables": {} }, - "cordova-plugin-email-composer": { + "cordova-plugin-connectsdk": { "source": { "type": "registry", - "id": "cordova-plugin-email-composer" + "id": "cordova-plugin-connectsdk" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-globalization": { + "cordova-plugin-console": { + "source": { + "type": "registry", + "id": "cordova-plugin-console" + }, + "is_top_level": true, + "variables": {} + }, + "com.jcjee.plugins.emailcomposer": { "source": { "type": "git", - "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git", + "url": "https://github.com/jcjee/email-composer", "subdir": "." }, "is_top_level": true, "variables": {} + }, + "org.apache.cordova.media": { + "source": { + "type": "git", + "url": "https://github.com/pliablepixels/cordova-plugin-media", + "subdir": ".", + "ref": "playback-only" + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
