From 3bfa8bb00da413ba0ccb02f4445959245909729c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:14:57 +0000 Subject: [PATCH] Bump io.sentry.android.gradle from 5.1.0 to 5.2.0 in /android Bumps [io.sentry.android.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases) - [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-android-gradle-plugin/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: io.sentry.android.gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index 7fd4e230..633e5c08 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 "io.sentry.android.gradle" version "5.1.0" apply false + id "io.sentry.android.gradle" version "5.2.0" apply false id "org.jetbrains.kotlin.android" version "2.1.10" apply false id "com.android.application" version '8.7.3' apply false id 'com.google.gms.google-services' version '4.4.2' apply false