3.4.22 is Incompatible with Xamarin.Forms on Android (cause AndroidX.Core references incompatibility)
Jerome-Liger opened this issue ยท 1 comments
Jerome-Liger commented
๐ Regression
FirebasePushNotificationPlugin 3.4.22 is incompatible with Xamarin.Forms 5.0.0.2401 (cause AndroidX.Core references)
- ๐ค Android
- ๐ 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...
Jerome-Liger commented
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.