Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v7.31.4 (#1190)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Dec 20, 2022
1 parent 7f33f0d commit 1edf30e
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 @@ -7,6 +7,9 @@
- Bump Android SDK from v6.9.2 to v6.10.0 ([#1194](https://github.com/getsentry/sentry-dart/pull/1194))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6100)
- [diff](https://github.com/getsentry/sentry-java/compare/6.9.2...6.10.0)
- Bump Cocoa SDK from v7.31.3 to v7.31.4 ([#1190](https://github.com/getsentry/sentry-dart/pull/1190))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/8.0.0/CHANGELOG.md#7314)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.3...7.31.4)

## 6.18.1

Expand Down
2 changes: 1 addition & 1 deletion flutter/ios/sentry_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
:tag => s.version.to_s }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Sentry/HybridSDK', '7.31.3'
s.dependency 'Sentry/HybridSDK', '7.31.4'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 1edf30e

Please sign in to comment.