jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET
MIT License
668 stars 153 forks source link

Type androidx.lifecycle.DispatchQueue is defined multiple times #544

Open borrmann opened 1 year ago

borrmann commented 1 year ago

After updating to 7.0.5-beta I had to add

<PackageReference Include="Xamarin.AndroidX.Activity" Version="1.7.2" />
<PackageReference Include="Xamarin.AndroidX.Activity.Ktx" Version="1.7.2" />

to my csproj file, because depencies of this package seemed to raise conflicts with other package dependencies. See here: AndroidX issue

This is not really a bug of this package but maybe this could be mentioned somewhere in the documentation in case other people run into the same issue.

Bug Information

Version Number of Plugin: 7.0.5-beta Device Tested On: / Simulator Tested On: Android Pixel 4 simulator Version of VS: 17.6.5 Version of Xamarin: .NET 7

jamesmontemagno commented 1 year ago

Looks like they are looking into this, good to know though.