Skip to content

Commit 7e30648

Browse files
chore(deps): update Android SDK to v6.21.0 (#1500)
Co-authored-by: GitHub <[email protected]>
1 parent 5d2b46d commit 7e30648

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
- Set `http.response_content_length`
1010
- Improve `SentryException#value`, remove stringified stack trace ([##1470](https://github.com/getsentry/sentry-dart/pull/#1470))
1111

12+
### Dependencies
13+
14+
- Bump Android SDK from v6.20.0 to v6.21.0 ([#1500](https://github.com/getsentry/sentry-dart/pull/1500))
15+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6210)
16+
- [diff](https://github.com/getsentry/sentry-java/compare/6.20.0...6.21.0)
17+
1218
## 7.6.3
1319

1420
### Fixes

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ android {
6060
}
6161

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

0 commit comments

Comments
 (0)