From 93ab9d15542eabb1b8afa9a846f2c64c55615986 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 30 Nov 2022 14:17:10 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 6.9.1 --- 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 d73fc8633..62c3ca676 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.8.0' + api 'io.sentry:sentry-android:6.9.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }