From e3830457d871e619a898ffc7edcb3c48f80d7d2e Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 15 Mar 2023 03:02:17 +0000 Subject: [PATCH] chore: update flutter/scripts/update-cocoa.sh to 8.3.1 --- 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 45fc489f19..8d2937299a 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', '7.31.5' + s.dependency 'Sentry/HybridSDK', '8.3.1' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'