diff --git a/CHANGELOG.md b/CHANGELOG.md index 10027ec023..233903dbda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.6.0 to v6.7.0 ([#1105](https://github.com/getsentry/sentry-dart/pull/1105)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#670) + - [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.0) + ## 6.14.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 5f3c1c13e3..98a7d6cd71 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.6.0' + api 'io.sentry:sentry-android:6.7.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }