diff --git a/CHANGELOG.md b/CHANGELOG.md index 156934c965..6be2cd0deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.19.0 to v6.19.1 ([#1466](https://github.com/getsentry/sentry-dart/pull/1466)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6191) + - [diff](https://github.com/getsentry/sentry-java/compare/6.19.0...6.19.1) + ## 7.6.2 ### Enhancements diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 05189ed6aa..79b72e6f61 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,6 +60,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.19.0' + api 'io.sentry:sentry-android:6.19.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }