FirebasePushNotificationPlugin
FirebasePushNotificationPlugin copied to clipboard
3.4.22 is Incompatible with Xamarin.Forms on Android (cause AndroidX.Core references incompatibility)
🔙 Regression
FirebasePushNotificationPlugin 3.4.22 is incompatible with Xamarin.Forms 5.0.0.2401 (cause AndroidX.Core references)
- [ ] :robot: Android
- [ ] :monkey: Xamarin.Forms
I don't know how you succeed to build this new version for Android (with Xamarin.Forms)... you have to explain...
- FirebasePushNotificationPlugin 3.4.22 depend on Xamarin.AndroidX.Core >= 1.7.0.2
- Xamarin.Forms 5.0.0.2401 depend on Xamarin.AndroidX.Core < 1.7.0
So VS don't want to add FirebasePushNotificationPlugin 3.4.22 nuget to my Android Project... (and VS is right ;-) )
Any idea ? is it normal ? I didn't find anything on doc or Issues for this...
I didn't saw the PR 426
It contains my resolution, with no dependency anymore to Xamarin.AndroidX.Core (and other good stuff 👍 ) Consider this PR please, thanks.