From 7636879bf6562dffdc92aff2c26bbe210dc1be9a Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 3 Jan 2025 03:05:46 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 7.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 b27058a44..11e8c947d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,9 @@ ### Dependencies -- Bump Android SDK from v7.19.0 to v7.19.1 ([#2536](https://github.com/getsentry/sentry-dart/pull/2536)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7191) - - [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.19.1) +- Bump Android SDK from v7.19.0 to v7.20.0 ([#2536](https://github.com/getsentry/sentry-dart/pull/2536), [#2549](https://github.com/getsentry/sentry-dart/pull/2549)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200) + - [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.20.0) - Bump Cocoa SDK from v8.42.0 to v8.43.0-beta.1 ([#2542](https://github.com/getsentry/sentry-dart/pull/2542)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8430-beta1) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.42.0...8.43.0-beta.1) diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 1cc59b6c5..84ba1476f 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:7.19.1' + api 'io.sentry:sentry-android:7.20.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework