From 132c4eb89d8f55f7049a0d4e55b549c9dbf9df96 Mon Sep 17 00:00:00 2001 From: Code-Floof Date: Sun, 2 Jun 2024 01:21:02 -0400 Subject: [PATCH] Update settings.gradle --- android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index fd5010fa..c72d9c8f 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -21,7 +21,7 @@ plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version '8.4.1' apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false - id "io.sentry.android.gradle" version "4.2.0" apply false + id "io.sentry.android.gradle" version "4.6.0" apply false } include ":app"