Skip to content

Commit

Permalink
Set the FCM version to 18+
Browse files Browse the repository at this point in the history
to be consistent with
havesource/cordova-plugin-push#83 (comment)

This seems to fix the error in
e-mission/e-mission-docs#680 (comment)
  • Loading branch information
shankari committed Oct 19, 2021
1 parent 6ebeb28 commit ce6bccf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.cordovabuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit ce6bccf

Please sign in to comment.