Skip to content
Merged
Prev Previous commit
Next Next commit
bump sentry ios version
  • Loading branch information
denrase committed Jul 17, 2023
commit a6cb7ab4c4f21469bc3a0811f5ca65030040e695
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.8.0'
s.dependency 'Sentry/HybridSDK', '8.9.1'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '11.0'
Expand Down