Skip to content

Commit

Permalink
Update nuget packages
Browse files Browse the repository at this point in the history
Supports android 14 target compile
  • Loading branch information
jamesmontemagno committed Oct 3, 2023
1 parent f462de5 commit c7f44ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.0" />
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="1.0.0.13" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.1.1" />
<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.7.5" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.0" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.1.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit c7f44ca

Please sign in to comment.