diff --git a/CHANGELOG.md b/CHANGELOG.md index 11707b1d57..4f6ee6c995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ ### Dependencies - Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647)) -- Bump Android SDK from v6.29.0 to v6.31.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660), [#1676](https://github.com/getsentry/sentry-dart/pull/1676)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6310) - - [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.31.0) +- Bump Android SDK from v6.29.0 to v6.32.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660), [#1676](https://github.com/getsentry/sentry-dart/pull/1676), [#1688](https://github.com/getsentry/sentry-dart/pull/1688)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6320) + - [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.32.0) - Bump Cocoa SDK from v8.11.0 to v8.13.1 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650), [#1655](https://github.com/getsentry/sentry-dart/pull/1655), [#1677](https://github.com/getsentry/sentry-dart/pull/1677)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.1) diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index e092f5fd54..f33a8d465e 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.31.0' + api 'io.sentry:sentry-android:6.32.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework