chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging
MIT License
164 stars 159 forks source link

Add localbroadcastmanager dependency for Android SDK 34 #248

Open JonTravers opened 2 months ago

JonTravers commented 2 months ago

This adds an explicit dependency on androidx.localbroadcastmanager, which seems to be required after upgrading to Cordova Android 13.0.0, which will shortly be a requirement for Google Play submissions when the minimum target SDK version becomes 34 (Android 14). These were the compile errors we see in our project after upgrading to Cordova Android 13.0.0:

Screenshot 2024-07-16 at 16 50 15

Simply adding the explicit dependency in my local node_modules/cordova-plugin-firebase-messaging/plugin.xml and rebuilding the Cordova project fixed the error.