diff --git a/CHANGELOG.md b/CHANGELOG.md index 042ec4276..c5ebd207a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - Bump Cocoa SDK from v7.31.1 to v7.31.2 ([#1146](https://github.com/getsentry/sentry-dart/pull/1146)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7312) - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.1...7.31.2) +- Bump Android SDK from v6.7.1 to v6.8.0 ([#1147](https://github.com/getsentry/sentry-dart/pull/1147)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680) + - [diff](https://github.com/getsentry/sentry-java/compare/6.7.1...6.8.0) ## 6.16.0 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 7a08ce593..d73fc8633 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.7.1' + api 'io.sentry:sentry-android:6.8.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }