From ae6f08d6fa1e992320e850254225b5bdbc7cf64f Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 13 Jul 2022 03:30:39 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 6.2.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 4cf1070603..ef105c2527 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.1.4' + api 'io.sentry:sentry-android:6.2.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }