diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-22 10:50:15 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-22 10:50:15 -0400 |
| commit | 2d414799fd949b37f35e21b52256fc79e12cea43 (patch) | |
| tree | bbef017c58c2e5a3b31d34f38fbe7bf188b5fa7e | |
| parent | 131a884c62a2b3f8ded64c4e8ce564e7691e1ea1 (diff) | |
added email-composer back - email was broken after ionic 1.2.4 upgrade
Former-commit-id: 65c60f8c272634e10f1576d49b8fa49a8b9a8a24
| -rw-r--r-- | package.json | 10 | ||||
| -rw-r--r-- | plugins/fetch.json | 8 |
2 files changed, 16 insertions, 2 deletions
diff --git a/package.json b/package.json index c97c7a62..a2cc01a3 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,8 @@ { "locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions", "id": "com.telerik.plugins.nativepagetransitions" - } + }, + "cordova-plugin-email-composer" ], "cordovaPlatforms": [ {}, @@ -65,6 +66,11 @@ "version": "", "locator": "ios" }, - "android" + "android", + { + "platform": "android", + "version": "", + "locator": "android" + } ] } diff --git a/plugins/fetch.json b/plugins/fetch.json index a21d272e..2f64a763 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -157,5 +157,13 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-plugin-email-composer": { + "source": { + "type": "registry", + "id": "cordova-plugin-email-composer" + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
