diff --git a/android/settings.gradle b/android/settings.gradle index 2a21bd7f..246aed2d 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version '8.5.0' apply false + id "com.android.application" version '8.5.1' apply false id "org.jetbrains.kotlin.android" version "2.0.0" apply false id "io.sentry.android.gradle" version "4.9.0" apply false }