Skip to content

Commit b3ad9d9

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-java.ps1 to 7.20.0
1 parent 7db3f1b commit b3ad9d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
- Bump CLI from v2.18.1 to v2.19.2 ([#2428](https://github.com/getsentry/sentry-dotnet/pull/2428), [#2431](https://github.com/getsentry/sentry-dotnet/pull/2431), [#2451](https://github.com/getsentry/sentry-dotnet/pull/2451))
2121
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2192)
2222
- [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.2)
23-
- Bump Java SDK from v6.22.0 to v6.24.0 ([#2429](https://github.com/getsentry/sentry-dotnet/pull/2429), [#2440](https://github.com/getsentry/sentry-dotnet/pull/2440))
24-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6240)
25-
- [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...6.24.0)
23+
- Bump Java SDK from v6.22.0 to v7.20.0 ([#2429](https://github.com/getsentry/sentry-dotnet/pull/2429), [#2440](https://github.com/getsentry/sentry-dotnet/pull/2440), [#147](https://github.com/DEVBOX10/sentry-dotnet/pull/147))
24+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200)
25+
- [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...7.20.0)
2626

2727
## 3.33.1
2828

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

+1-1
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.24.0</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>7.20.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)