Skip to content

Commit

Permalink
Merge pull request #576 from jamesmontemagno/jamesmontemagno-patch-3
Browse files Browse the repository at this point in the history
Update Plugin.InAppBilling.csproj
  • Loading branch information
jamesmontemagno committed Dec 12, 2023
2 parents abb42d9 + fdaba43 commit 6bab197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Plugin.InAppBilling/InAppBilling.android.cs
@@ -1,3 +1,4 @@
[assembly: MetaData("com.google.android.play.billingclient.version", Value = "6.0.1")]
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
4 changes: 2 additions & 2 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
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 6bab197

Please sign in to comment.