From 6df0eb90cc4341422eeb3fce3fbe0f15f6c1cbae Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 13 May 2024 13:03:36 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 7.9.0 --- flutter/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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