From a3a746b1dfb97fbfca062d5d079562fe4ee83b2e Mon Sep 17 00:00:00 2001 From: Ali talaee Date: Mon, 24 Jul 2023 19:43:18 +0330 Subject: [PATCH 1/2] Update plugin.xml Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. --- plugin.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 183c1737c..19c017241 100644 --- a/plugin.xml +++ b/plugin.xml @@ -42,13 +42,14 @@ - + From 83e76c30b41b7e3a5589a8a4dd42ad7fb90fa4b0 Mon Sep 17 00:00:00 2001 From: Ali talaee Date: Wed, 26 Jul 2023 20:59:51 +0330 Subject: [PATCH 2/2] Update README.md change cordova add plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48176829f..8adcc5022 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Default preferences: ```sh npm install -g cordova@latest # Version 9 or higher required npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation. -cordova plugin add cordova-plugin-fcm-with-dependecy-updated +cordova plugin add cordova-plugin-fcm-with-dependecy-updated-12 ``` Complete: