diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6e3433d3..d47fa4801c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,12 @@ SentryFlutter.init((options) => options..prependExceptionTypeIdentifier(MyCustomExceptionIdentifier())); ``` +### Dependencies + +- Bump Android SDK from v7.12.0 to v7.12.1 ([#2198](https://github.com/getsentry/sentry-dart/pull/2198)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7121) + - [diff](https://github.com/getsentry/sentry-java/compare/7.12.0...7.12.1) + ## 8.5.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index d2d07645aa..4a22ddfb1b 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:7.12.0' + api 'io.sentry:sentry-android:7.12.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework