From f5a0d8ccf18804590f64cc6dfdee412508d400d0 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 1 Jun 2023 03:16:38 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 6.21.0 --- CHANGELOG.md | 6 ++++++ flutter/android/build.gradle | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6dd96c31d..5ea4060ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ - Set `http.response_content_length` - Improve `SentryException#value`, remove stringified stack trace ([##1470](https://github.com/getsentry/sentry-dart/pull/#1470)) +### Dependencies + +- Bump Android SDK from v6.20.0 to v6.21.0 ([#1500](https://github.com/getsentry/sentry-dart/pull/1500)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6210) + - [diff](https://github.com/getsentry/sentry-java/compare/6.20.0...6.21.0) + ## 7.6.3 ### Fixes diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 037e6ec5b9..37fc0324db 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,6 +60,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.20.0' + api 'io.sentry:sentry-android:6.21.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }