From ce6bccfdb2d24a1a02ab24c6815a6c1e2846299e Mon Sep 17 00:00:00 2001 From: Shankari Date: Mon, 18 Oct 2021 17:30:15 -0700 Subject: [PATCH] Set the FCM version to 18+ to be consistent with https://github.com/havesource/cordova-plugin-push/issues/83#issuecomment-778780823 This seems to fix the error in https://github.com/e-mission/e-mission-docs/issues/680#issuecomment-946269095 --- package.cordovabuild.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.cordovabuild.json b/package.cordovabuild.json index ee5126dce..86c43ee8c 100644 --- a/package.cordovabuild.json +++ b/package.cordovabuild.json @@ -19,7 +19,9 @@ ], "plugins": { "@havesource/cordova-plugin-push": { - "FCM_VERSION": "17.0.0" + "ANDROID_SUPPORT_V13_VERSION": "28.0.0", + "FCM_VERSION": "18.+", + "IOS_FIREBASE_MESSAGING_VERSION": "~> 6.32.2" }, "cordova-plugin-ionic-keyboard": {}, "cordova-plugin-app-version": {},