cordova-broadcaster icon indicating copy to clipboard operation
cordova-broadcaster copied to clipboard

LocalBroadcastManager is now depreciated

Open kixes opened this issue 2 years ago • 2 comments

LocalBroadcastManager is now depreciated and can be seen from the link created. This no longer complies with the latest version of android/capacitor.

kixes avatar Jan 05 '22 18:01 kixes

Hi @kixes thanks for feedback

Need to replace LocalBroadcastManager I've started to identify an alternative

bsorrentino avatar Jan 07 '22 09:01 bsorrentino

Hi @kixes

In the meanwhile you can follow tips here

implementation "androidx.localbroadcastmanager:localbroadcastmanager:1.0.0"

bsorrentino avatar Jan 07 '22 09:01 bsorrentino