From fdbc3eee3366b9e77c0aaf34b69c52c0733c75d3 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 1 Dec 2023 03:02:09 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 7.0.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 9e956927c8..859103b80f 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.34.0' + api 'io.sentry:sentry-android:7.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework