Skip to content

Commit d959c80

Browse files
committed
Merge branch 'main' into feat/hive
2 parents 22a1637 + 2de6d6f commit d959c80

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
- Breadcrumbs for database operations ([#1656](https://github.com/getsentry/sentry-dart/pull/1656))
88
- APM for hive ([#1672](https://github.com/getsentry/sentry-dart/pull/1672))
99

10+
### Dependencies
11+
12+
- Bump Android SDK from v6.32.0 to v6.33.0 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6330)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.0)
15+
1016
## 7.12.0
1117

1218
### Enhancements

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.32.0'
63+
api 'io.sentry:sentry-android:6.33.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)