Skip to content

Commit

Permalink
chore: update scripts/update-java.ps1 to 7.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Aug 14, 2024
1 parent b2d6162 commit 288cfdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Unable to load DLL sentry-native or one of its dependencies
- Bump CLI from v2.32.1 to v2.33.1 ([#3489](https://github.com/getsentry/sentry-dotnet/pull/3489), [#3497](https://github.com/getsentry/sentry-dotnet/pull/3497), [#3520](https://github.com/getsentry/sentry-dotnet/pull/3520))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2331)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.32.1...2.33.1)
- Bump Java SDK from v7.11.0 to v7.12.1 ([#3503](https://github.com/getsentry/sentry-dotnet/pull/3503))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7121)
- [diff](https://github.com/getsentry/sentry-java/compare/7.11.0...7.12.1)
- Bump Java SDK from v7.11.0 to v7.14.0 ([#3503](https://github.com/getsentry/sentry-dotnet/pull/3503), [#3532](https://github.com/getsentry/sentry-dotnet/pull/3532))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140)
- [diff](https://github.com/getsentry/sentry-java/compare/7.11.0...7.14.0)
- Bump Cocoa SDK from v8.30.0 to v8.32.0 ([#3499](https://github.com/getsentry/sentry-dotnet/pull/3499))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8320)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.30.0...8.32.0)
Expand Down
2 changes: 1 addition & 1 deletion src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net7.0-android</TargetFramework>
<!-- 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.) -->
<NoWarn>$(NoWarn);BG8605;BG8606</NoWarn>
<SentryAndroidSdkVersion>7.13.0</SentryAndroidSdkVersion>
<SentryAndroidSdkVersion>7.14.0</SentryAndroidSdkVersion>
<SentryAndroidSdkDirectory>$(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\</SentryAndroidSdkDirectory>
<Description>.NET Bindings for the Sentry Android SDK</Description>
</PropertyGroup>
Expand Down

0 comments on commit 288cfdd

Please sign in to comment.