Skip to content

Commit b6b5a65

Browse files
chore(deps): update Java SDK to v7.19.0 (#3844)
Co-authored-by: GitHub <[email protected]>
1 parent cb0a35c commit b6b5a65

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
@@ -15,9 +15,9 @@
1515
- Bump CLI from v2.39.0 to v2.39.1 ([#3799](https://github.com/getsentry/sentry-dotnet/pull/3799))
1616
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391)
1717
- [diff](https://github.com/getsentry/sentry-cli/compare/2.39.0...2.39.1)
18-
- Bump Java SDK from v7.18.0 to v7.18.1 ([#3805](https://github.com/getsentry/sentry-dotnet/pull/3805))
19-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7181)
20-
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.18.1)
18+
- Bump Java SDK from v7.18.0 to v7.19.0 ([#3805](https://github.com/getsentry/sentry-dotnet/pull/3805), [#3844](https://github.com/getsentry/sentry-dotnet/pull/3844))
19+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7190)
20+
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.19.0)
2121
- Bump Native SDK from v0.7.15 to v0.7.16 ([#3825](https://github.com/getsentry/sentry-dotnet/pull/3825))
2222
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0716)
2323
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.15...0.7.16)

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.18.1</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>7.19.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)