CrossGeeks/FirebasePushNotificationPlugin

3.4.22 is Incompatible with Xamarin.Forms on Android (cause AndroidX.Core references incompatibility)

Jerome-Liger opened this issue ยท 1 comments

๐Ÿ”™ 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...

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.