Skip to content

Commit

Permalink
chore: update scripts/update-java.ps1 to 6.18.0 (#2338)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow committed Apr 28, 2023
1 parent 93c5fa8 commit adf95d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
- Bump Cocoa SDK from v8.4.0 to v8.5.0 ([#2310](https://github.com/getsentry/sentry-dotnet/pull/2310))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#850)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.5.0)
- Bump Java SDK from v6.17.0 to v6.18.0 ([#2338](https://github.com/getsentry/sentry-dotnet/pull/2338))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6180)
- [diff](https://github.com/getsentry/sentry-java/compare/6.17.0...6.18.0)

## 3.30.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>net6.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>6.17.0</SentryAndroidSdkVersion>
<SentryAndroidSdkVersion>6.18.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 adf95d0

Please sign in to comment.