Skip to content

Commit 0cc25d8

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-java.ps1 to 8.2.0
1 parent 5dcb812 commit 0cc25d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
### Fixes
66
- Add Azure Function UseSentry overloads for easier wire ups ([#3971](https://github.com/getsentry/sentry-dotnet/pull/3971))
77

8+
### Dependencies
9+
10+
- Bump Java SDK from v7.20.1 to v8.2.0 ([#3911](https://github.com/getsentry/sentry-dotnet/pull/3911))
11+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#820)
12+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.2.0)
13+
814
## 5.1.1
915

1016
### Fixes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>net8.0-android34.0</TargetFrameworks>
44
<!-- BG8605 and BG8606 happen because there's a missing androidx.lifecycle dependency, but we don't need it here. (The native Android Sentry SDK will use it if it exists.) -->
55
<NoWarn>$(NoWarn);BG8605;BG8606</NoWarn>
6-
<SentryAndroidSdkVersion>7.20.1</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>8.2.0</SentryAndroidSdkVersion>
77
<SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory>
88
<Description>.NET Bindings for the Sentry Android SDK</Description>
99
</PropertyGroup>

0 commit comments

Comments
 (0)