diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff7349246..80c35e107d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.25.2 to v6.28.0 ([#1586](https://github.com/getsentry/sentry-dart/pull/1586)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6280) + - [diff](https://github.com/getsentry/sentry-java/compare/6.25.2...6.28.0) + ## 7.9.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 1a0d0cf12b..5e40acda85 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,6 +60,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.25.2' + api 'io.sentry:sentry-android:6.28.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }