diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d9fe9e24..bf5117d226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]), ``` +### Dependencies + +- Bump Android SDK from v7.13.0 to v7.14.0 ([#2228](https://github.com/getsentry/sentry-dart/pull/2228)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140) + - [diff](https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0) + ## 8.7.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index f03d15e84e..7c305409ba 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:7.13.0' + api 'io.sentry:sentry-android:7.14.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework