Skip to content

Commit ca1c398

Browse files
authored
chore: update flutter/scripts/update-cocoa.sh to 8.15.2
1 parent 212d6c7 commit ca1c398

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
@@ -16,9 +16,9 @@
1616
- Bump Android SDK from v6.32.0 to v6.33.1 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710), [#1713](https://github.com/getsentry/sentry-dart/pull/1713))
1717
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6331)
1818
- [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.1)
19-
- Bump Cocoa SDK from v8.14.2 to v8.15.1 ([#1712](https://github.com/getsentry/sentry-dart/pull/1712), [#1714](https://github.com/getsentry/sentry-dart/pull/1714))
20-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8151)
21-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.14.2...8.15.1)
19+
- Bump Cocoa SDK from v8.14.2 to v8.15.2 ([#1712](https://github.com/getsentry/sentry-dart/pull/1712), [#1714](https://github.com/getsentry/sentry-dart/pull/1714), [#1717](https://github.com/getsentry/sentry-dart/pull/1717))
20+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8152)
21+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.14.2...8.15.2)
2222

2323
## 7.12.0
2424

flutter/ios/sentry_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212
:tag => s.version.to_s }
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
15-
s.dependency 'Sentry/HybridSDK', '8.15.1'
15+
s.dependency 'Sentry/HybridSDK', '8.15.2'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '11.0'

0 commit comments

Comments
 (0)