diff --git a/CHANGELOG.md b/CHANGELOG.md index f730690aa8..4a09a4b433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.9.1 to v6.9.2 ([#1167](https://github.com/getsentry/sentry-dart/pull/1167)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#692) + - [diff](https://github.com/getsentry/sentry-java/compare/6.9.1...6.9.2) + ## 6.18.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 62c3ca6760..901121cd2b 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.9.1' + api 'io.sentry:sentry-android:6.9.2' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }