File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
### Dependencies
10
10
11
11
- Enable compatibility with uuid v4 ([ #1647 ] ( https://github.com/getsentry/sentry-dart/pull/1647 ) )
12
- - Bump Cocoa SDK from v8.11.0 to v8.12 .0 ([ #1650 ] ( https://github.com/getsentry/sentry-dart/pull/1650 ) )
13
- - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8120 )
14
- - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.12 .0 )
12
+ - Bump Cocoa SDK from v8.11.0 to v8.13 .0 ([ #1650 ] ( https://github.com/getsentry/sentry-dart/pull/1650 ) , [ # 1655 ] ( https://github.com/getsentry/sentry-dart/pull/1655 ) )
13
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8130 )
14
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13 .0 )
15
15
- Bump Android SDK from v6.29.0 to v6.30.0 ([ #1660 ] ( https://github.com/getsentry/sentry-dart/pull/1660 ) )
16
16
- [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6300 )
17
17
- [ diff] ( https://github.com/getsentry/sentry-java/compare/6.29.0...6.30.0 )
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/HybridSDK' , '8.12 .0'
15
+ s . dependency 'Sentry/HybridSDK' , '8.13 .0'
16
16
s . ios . dependency 'Flutter'
17
17
s . osx . dependency 'FlutterMacOS'
18
18
s . ios . deployment_target = '11.0'
You can’t perform that action at this time.
0 commit comments