Skip to content

Commit f95f266

Browse files
chore(deps): Bumped Xamarin.AndroidX.Lifecycle.Common.Java8 and CommunityToolkit.Mvvm to 2.2.20 and 8.4.0 (#4876)
1 parent 5df4eed commit f95f266

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20 ([#4876](https://github.com/getsentry/sentry-dotnet/pull/4876))
8+
- Bumped CommunityToolkit.Mvvm to 8.4.0 ([#4876](https://github.com/getsentry/sentry-dotnet/pull/4876))
9+
310
## 6.1.0
411

512
### Features

src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
<!-- We have a dependency on 1.9.24 from here:
8484
https://github.com/getsentry/sentry-java/blob/604a2616bebd80ea051cdcec916aa052b509c5a8/buildSrc/src/main/java/Config.kt#L6-L7
8585
... but there's no NuGet package for that version. This version has been selected to
86-
match the version that was available when net10.0-rc1 was released -->
87-
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.10" />
86+
match the version that was available when net10.0 was released -->
87+
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.20" />
8888
</ItemGroup>
8989

9090
<!-- Dependencies for AndroidMavenLibrary references

src/Sentry.Maui.CommunityToolkit.Mvvm/Sentry.Maui.CommunityToolkit.Mvvm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2"/>
17+
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0"/>
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)