From 61313b469188de0c5c1aa471cbfbf44f5eeb55de Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 3 Jan 2025 03:05:12 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 7.20.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 453155a951..39088477e9 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.15.0' + api 'io.sentry:sentry-android:7.20.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }