From 8776cdf4688ec58628a4b68a24f5d8840f2b523f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:38:10 +0100 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.21.0 (#1909) * chore: update flutter/scripts/update-cocoa.sh to 8.21.0 * Test auto commit * Format * Update * Update main.dart --------- Co-authored-by: GitHub Co-authored-by: GIancarlo Buenaflor --- flutter/ios/sentry_flutter.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index dc89732f1d..dd9e94d81c 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -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.20.0' + s.dependency 'Sentry/HybridSDK', '8.21.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '11.0'