Skip to content

Commit

Permalink
chore: update flutter/scripts/update-cocoa.sh to 8.15.0 (#1712)
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 Nov 8, 2023
1 parent f6f3d25 commit 2d4fd8b
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 322 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- Bump Android SDK from v6.32.0 to v6.33.1 ([#1710](https:/getsentry/sentry-dart/pull/1710), [#1713](https:/getsentry/sentry-dart/pull/1713))
- [changelog](https:/getsentry/sentry-java/blob/main/CHANGELOG.md#6331)
- [diff](https:/getsentry/sentry-java/compare/6.32.0...6.33.1)
- Bump Cocoa SDK from v8.14.2 to v8.15.0 ([#1712](https:/getsentry/sentry-dart/pull/1712))
- [changelog](https:/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8150)
- [diff](https:/getsentry/sentry-cocoa/compare/8.14.2...8.15.0)

## 7.12.0

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', '8.14.2'
s.dependency 'Sentry/HybridSDK', '8.15.0'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '11.0'
Expand Down
Loading

0 comments on commit 2d4fd8b

Please sign in to comment.