File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
- Bring protocol up to date with latest Sentry protocol ([ #1038 ] ( https://github.com/getsentry/sentry-dart/pull/1038 ) )
12
12
13
+ ### Dependencies
14
+
15
+ - Bump Cocoa SDK from v7.27.1 to v7.28.0 ([ #1080 ] ( https://github.com/getsentry/sentry-dart/pull/1080 ) )
16
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7280 )
17
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/7.27.1...7.28.0 )
18
+
13
19
## 6.12.2
14
20
15
21
### Fixes
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
12
12
:tag => s . version . to_s }
13
13
s . source_files = 'Classes/**/*'
14
14
s . public_header_files = 'Classes/**/*.h'
15
- s . dependency 'Sentry' , '~> 7.27.1 '
15
+ s . dependency 'Sentry' , '~> 7.28.0 '
16
16
s . ios . dependency 'Flutter'
17
17
s . osx . dependency 'FlutterMacOS'
18
18
s . ios . deployment_target = '9.0'
You can’t perform that action at this time.
0 commit comments