Skip to content

Commit 06e2af0

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-java.ps1 to 8.21.1
1 parent 1a6d7e7 commit 06e2af0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
- Bump CLI from v2.52.0 to v2.53.0 ([#4486](https://github.com/getsentry/sentry-dotnet/pull/4486))
2929
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2530)
3030
- [diff](https://github.com/getsentry/sentry-cli/compare/2.52.0...2.53.0)
31-
- 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))
32-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8210)
33-
- [diff](https://github.com/getsentry/sentry-java/compare/8.6.0...8.21.0)
31+
- 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))
32+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8211)
33+
- [diff](https://github.com/getsentry/sentry-java/compare/8.6.0...8.21.1)
3434

3535
## 5.14.1
3636

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

Lines changed: 1 addition & 1 deletion
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>

0 commit comments

Comments
 (0)