Skip to content

Commit bee44de

Browse files
committed
Merge branch 'main' into feat/hive
2 parents 071dd1e + daa1b33 commit bee44de

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
### Dependencies
1010

1111
- Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647))
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-
- Bump Android SDK from v6.29.0 to v6.30.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660))
16-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6300)
17-
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.30.0)
12+
- Bump Android SDK from v6.29.0 to v6.31.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660), [#1676](https://github.com/getsentry/sentry-dart/pull/1676))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6310)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.31.0)
15+
- Bump Cocoa SDK from v8.11.0 to v8.13.1 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650), [#1655](https://github.com/getsentry/sentry-dart/pull/1655), [#1677](https://github.com/getsentry/sentry-dart/pull/1677))
16+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131)
17+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.1)
1818

1919
## 7.10.1
2020

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
api 'io.sentry:sentry-android:6.30.0'
63+
api 'io.sentry:sentry-android:6.31.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

flutter/ios/sentry_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212
:tag => s.version.to_s }
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
15-
s.dependency 'Sentry/HybridSDK', '8.13.0'
15+
s.dependency 'Sentry/HybridSDK', '8.13.1'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '11.0'

metrics/flutter.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 3.13.6
1+
version = 3.13.7
22
repo = https://github.com/flutter/flutter

0 commit comments

Comments
 (0)