Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Oct 8, 2024
1 parent 6475ccd commit f2416cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,33 +95,33 @@

<ItemGroup Condition=" $(TargetFramework.Contains('-android')) ">
<PackageReference Include="Microsoft.Maui.Essentials" Version="$(MauiVersion)" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="7.1.0" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="7.1.1" />
<PackageReference Include="Xamarin.AndroidX.Activity">
<Version>1.9.2.1</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Activity.Ktx">
<Version>1.9.2.1</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Collection">
<Version>1.4.3.1</Version>
<Version>1.4.4</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Collection.Ktx">
<Version>1.4.3.1</Version>
<Version>1.4.4</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData">
<Version>2.8.5.1</Version>
<Version>2.8.6</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData.Core">
<Version>2.8.5.1</Version>
<Version>2.8.6</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Runtime">
<Version>2.8.5.1</Version>
<Version>2.8.6</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Lifecycle.ViewModel">
<Version>2.8.5.1</Version>
<Version>2.8.6</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Lifecycle.ViewModelSavedState">
<Version>2.8.5.1</Version>
<Version>2.8.6</Version>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit f2416cd

Please sign in to comment.