diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f24a7ed7e..84845a06df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Breadcrumbs for database operations ([#1656](https://github.com/getsentry/sentry-dart/pull/1656)) +### Dependencies + +- Bump Android SDK from v6.32.0 to v6.33.0 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6330) + - [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.0) + ## 7.12.0 ### Enhancements diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index f33a8d465e..844062d0eb 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.32.0' + api 'io.sentry:sentry-android:6.33.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework