Skip to content

Commit 106997f

Browse files
chore: update scripts/update-java.ps1 to 7.11.0 (#3459)
Co-authored-by: GitHub <[email protected]>
1 parent 79b1dc3 commit 106997f

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
@@ -6,6 +6,12 @@
66

77
- The SDK no longer fails to create a trace root ([#3453](https://github.com/getsentry/sentry-dotnet/pull/3453))
88

9+
### Dependencies
10+
11+
- Bump Java SDK from v7.10.0 to v7.11.0 ([#3459](https://github.com/getsentry/sentry-dotnet/pull/3459))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7110)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/7.10.0...7.11.0)
14+
915
## 4.8.0
1016

1117
### Obsoletion

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>net7.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>7.10.0</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>7.11.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)