diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f823d6b90..ca32bda71d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.13.1 to v6.14.0 ([#1287](https://github.com/getsentry/sentry-dart/pull/1287)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6140) + - [diff](https://github.com/getsentry/sentry-java/compare/6.13.1...6.14.0) + ## 6.21.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 211283410f..4450eef2ff 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.13.1' + api 'io.sentry:sentry-android:6.14.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }