From 71560d9e9d340b9b1e392c98568d6a0fc7af220d Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 26 Aug 2025 03:41:04 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 8.20.0 --- CHANGELOG.md | 6 +++--- flutter/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 830bfdaff3..e666a9b0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ ### Dependencies -- Bump Android SDK from v6.12.1 to v6.13.0 ([#1250](https://github.com/getsentry/sentry-dart/pull/1250)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130) - - [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.0) +- Bump Android SDK from v6.12.1 to v8.20.0 ([#1250](https://github.com/getsentry/sentry-dart/pull/1250), [#241](https://github.com/keyUV/sentry-dart/pull/241)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8200) + - [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...8.20.0) ## 6.19.0 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 7a451146d9..629f1355f4 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.13.0' + api 'io.sentry:sentry-android:8.20.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }