Skip to content

Commit 35e6de3

Browse files
chore: update scripts/update-java.ps1 to 6.19.1 (#2381)
Co-authored-by: GitHub <[email protected]>
1 parent c816a75 commit 35e6de3

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
@@ -33,9 +33,9 @@
3333
- Bump Cocoa SDK from v8.6.0 to v8.7.1 ([#2359](https://github.com/getsentry/sentry-dotnet/pull/2359), [#2370](https://github.com/getsentry/sentry-dotnet/pull/2370))
3434
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#871)
3535
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.6.0...8.7.1)
36-
- Bump Java SDK from v6.18.1 to v6.19.0 ([#2374](https://github.com/getsentry/sentry-dotnet/pull/2374))
37-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6190)
38-
- [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.0)
36+
- Bump Java SDK from v6.18.1 to v6.19.1 ([#2374](https://github.com/getsentry/sentry-dotnet/pull/2374), [#2381](https://github.com/getsentry/sentry-dotnet/pull/2381))
37+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6191)
38+
- [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.1)
3939
- Bump Cocoa SDK from v8.6.0 to v8.7.2 ([#2359](https://github.com/getsentry/sentry-dotnet/pull/2359), [#2370](https://github.com/getsentry/sentry-dotnet/pull/2370), [#2375](https://github.com/getsentry/sentry-dotnet/pull/2375))
4040
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#872)
4141
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.6.0...8.7.2)

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.19.0</SentryAndroidSdkVersion>
6+
<SentryAndroidSdkVersion>6.19.1</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)