diff options
| -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 |
