diff --git a/CHANGELOG.md b/CHANGELOG.md index c6dd96c31..5ea4060eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ - Set `http.response_content_length` - Improve `SentryException#value`, remove stringified stack trace ([##1470](https://github.com/getsentry/sentry-dart/pull/#1470)) +### Dependencies + +- Bump Android SDK from v6.20.0 to v6.21.0 ([#1500](https://github.com/getsentry/sentry-dart/pull/1500)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6210) + - [diff](https://github.com/getsentry/sentry-java/compare/6.20.0...6.21.0) + ## 7.6.3 ### Fixes diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 037e6ec5b..37fc0324d 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,6 +60,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.20.0' + api 'io.sentry:sentry-android:6.21.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }