From bc1aab345f59dbe5a0503aa50a1ddc4bbd7d0dcc Mon Sep 17 00:00:00 2001 From: Richard Windley Date: Fri, 10 Aug 2018 19:04:40 +0100 Subject: [PATCH] Merge fixes --- README.MD | 4 ++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 4f2c001..1240113 100644 --- a/README.MD +++ b/README.MD @@ -21,6 +21,10 @@ AndroidManifest.xml is automatically updated to use the new MainActivity. Based on cordova-android-fragments (https://github.com/rajivnarayana/CordovaFragments) # History +## 0.0.7 +- Merge FrameLayout change +- Merge ${mypackage} fix + ## 0.0.6 - Fix stupid cordova-android 7 detection diff --git a/package.json b/package.json index a4cb30c..7633367 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-android-fragmentactivity", - "version": "0.0.6", + "version": "0.0.7", "description": "An android plugin that provides a replacement activity to the default activity to start a cordova application with MainActivity as a Fragment Activity. Useful when you want to add native views on top of cordova webview.", "cordova": { "id": "cordova-plugin-android-fragmentactivity", diff --git a/plugin.xml b/plugin.xml index 3e2360f..75cf0e2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Cordova Android FragmentActivity Plugin An android plugin that provides a replacement activity to the default activity to start a cordova application with MainActivity as a Fragment Activity. Useful when you want to add native views on top of cordova webview.