From 58a914d5d222cb35d16c86b111712de0f903fa40 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 16 May 2023 14:09:39 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 6.19.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 6612adffbd..05189ed6aa 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,6 +60,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.18.1' + api 'io.sentry:sentry-android:6.19.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }