From d77e67efc8526e76cfe57d8eacbf02b634669a42 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 13 Nov 2024 03:04:48 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 7.17.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..0adae6abd3 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.17.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }