From 8975f6405aeae4fb9d60119ef434c4f0db4a7e69 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 12 May 2024 10:26:19 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 7.9.0 --- CHANGELOG.md | 3 +++ flutter/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 955b09850c..4ea3aa1cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ - Bump Cocoa SDK from v8.25.0 to v8.25.2 ([#2042](https://github.com/getsentry/sentry-dart/pull/2042)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8252) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.0...8.25.2) +- Bump Android SDK from v7.8.0 to v7.9.0 ([#2049](https://github.com/getsentry/sentry-dart/pull/2049)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#790) + - [diff](https://github.com/getsentry/sentry-java/compare/7.8.0...7.9.0) ## 8.1.0 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 1fa9b4f6c9..eb9411b783 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:7.8.0' + api 'io.sentry:sentry-android:7.9.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework