Skip to content

Commit bbd42fb

Browse files
github-actions[bot]web-flowjamescrosswell
authored
chore: update scripts/update-java.ps1 to 6.34.0 (#2874)
Co-authored-by: GitHub <[email protected]> Co-authored-by: James Crosswell <[email protected]>
1 parent 2177b05 commit bbd42fb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- Bump CLI from v2.21.2 to v2.21.5 ([#2811](https://github.com/getsentry/sentry-dotnet/pull/2811), [#2834](https://github.com/getsentry/sentry-dotnet/pull/2834), [#2851](https://github.com/getsentry/sentry-dotnet/pull/2851))
1515
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2215)
1616
- [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.21.5)
17+
- Bump Java SDK from v6.33.1 to v6.34.0 ([#2874](https://github.com/getsentry/sentry-dotnet/pull/2874))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6340)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/6.33.1...6.34.0)
1720

1821
## 3.41.0
1922

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
<TargetFramework>net6.0-android</TargetFramework>
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>6.33.1</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>6.34.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)