Skip to content

Commit

Permalink
Update Plugin.InAppBilling.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Dec 12, 2023
1 parent abb42d9 commit 31f565d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@

<ItemGroup Condition=" $(TargetFramework.Contains('-android')) ">
<Compile Include="**\*.android.cs" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.1.1" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.1.3" />
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="1.0.0.15" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
<Compile Include="**\*.android.cs" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.1.1" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.1.3" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit 31f565d

Please sign in to comment.