Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
nuget versions bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac committed Jul 17, 2024
1 parent 3653ef7 commit 301676c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/GooglePlayServicesProject.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@
@if (@Model.NuGetPackageId == "Xamarin.GooglePlayServices.SafetyNet")
{
<Reference Include="System.Net.Http" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
}
@if (@Model.NuGetPackageId == "Xamarin.Firebase.Firestore")
{
<PackageReference Include="Xamarin.Google.Guava" Version="33.2.0.2" />
<PackageReference Include="Xamarin.Google.Guava" Version="33.2.1.1" />
}
@if (@Model.NuGetPackageId == "Xamarin.Firebase.Crashlytics")
{
Expand All @@ -317,7 +317,7 @@
@Model.NuGetPackageId == "Xamarin.GooglePlayServices.Ads.Lite"
)
{
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData.Core" Version="2.7.0.4" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData.Core" Version="2.8.3.1" />
}
@if
(
Expand All @@ -330,7 +330,7 @@
@Model.NuGetPackageId == "Xamarin.GooglePlayServices.Ads.Lite"
)
{
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Runtime" Version="2.7.0.4" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Runtime" Version="2.8.3.1" />
}


Expand Down

0 comments on commit 301676c

Please sign in to comment.