From 8ac486a48b7f8f957efe466cb17399080aa9ad0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:20:55 +0000 Subject: [PATCH] [Gradle]: Bump io.sentry.android.gradle from 6.1.0 to 6.3.0 Bumps [io.sentry.android.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 6.1.0 to 6.3.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/6.1.0...6.3.0) --- updated-dependencies: - dependency-name: io.sentry.android.gradle dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ea715346..32afe606 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ plugins { id "com.android.application" - id "io.sentry.android.gradle" version "6.1.0" + id "io.sentry.android.gradle" version "6.3.0" id "com.google.gms.google-services" }