diff --git a/CHANGELOG.md b/CHANGELOG.md index 932754276d..0e03a61858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Feat: Add Android thread to platform stacktraces (#853) * Fix: Rename auto initialize property (#857) +* Bump: Sentry-Android to 6.0.0-beta.4 (#871) ## 6.6.0-alpha.2 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index e1f1d77dd5..cf618502f4 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.0.0-alpha.6' + api 'io.sentry:sentry-android:6.0.0-beta.4' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }