Skip to content

Commit 64de9b6

Browse files
github-actions[bot]web-flowjpnurmi
authored
chore(deps): update Java SDK to v8.21.1 (#4508)
Co-authored-by: GitHub <noreply@github.com> Co-authored-by: J-P Nurmi <jpnurmi@gmail.com>
1 parent aab708f commit 64de9b6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
- Bump CLI from v2.52.0 to v2.53.0 ([#4486](https://github.com/getsentry/sentry-dotnet/pull/4486))
3030
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2530)
3131
- [diff](https://github.com/getsentry/sentry-cli/compare/2.52.0...2.53.0)
32-
- Bump Java SDK from v8.6.0 to v8.21.0 ([#4496](https://github.com/getsentry/sentry-dotnet/pull/4496), [#4502](https://github.com/getsentry/sentry-dotnet/pull/4502))
33-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8210)
34-
- [diff](https://github.com/getsentry/sentry-java/compare/8.6.0...8.21.0)
32+
- Bump Java SDK from v8.6.0 to v8.21.1 ([#4496](https://github.com/getsentry/sentry-dotnet/pull/4496), [#4502](https://github.com/getsentry/sentry-dotnet/pull/4502), [#4508](https://github.com/getsentry/sentry-dotnet/pull/4508))
33+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8211)
34+
- [diff](https://github.com/getsentry/sentry-java/compare/8.6.0...8.21.1)
3535

3636
## 5.14.1
3737

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0-android34.0;net9.0-android35.0</TargetFrameworks>
4-
<SentryAndroidSdkVersion>8.21.0</SentryAndroidSdkVersion>
4+
<SentryAndroidSdkVersion>8.21.1</SentryAndroidSdkVersion>
55
<SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\$(TargetFramework)\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory>
66
<!-- This gets resolved by the DownloadSentryAndroidSdk target -->
77
<SentryNativeNdkVersion></SentryNativeNdkVersion>
@@ -51,8 +51,8 @@
5151
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Common.Java8" Version="2.6.1.3" />
5252
<!-- MAUI 8 references this version indirectly via Xamarin.AndroidX.SwipeRefreshLayout (>= 1.1.0.14) -->
5353
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.10.1.2" />
54-
<!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.2.0 -->
55-
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.0" />
54+
<!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.0.0 -->
55+
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.0.0" />
5656
</ItemGroup>
5757

5858
<!-- Dependencies for AndroidMavenLibrary references
@@ -63,8 +63,8 @@
6363
<PackageReference Include="Xamarin.AndroidX.Lifecycle.Common.Java8" Version="2.8.7.2" />
6464
<!-- MAUI 9 references this version indirectly via Xamarin.AndroidX.SwipeRefreshLayout -->
6565
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.15.0.2" />
66-
<!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.2.0 -->
67-
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.0" />
66+
<!-- We need 1.9.24 but there's no NuGet package for that version... the lowest version we can use is 2.0.0 -->
67+
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.0.0" />
6868
</ItemGroup>
6969

7070
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">

0 commit comments

Comments
 (0)