From b824719d2ae270743d4195e059522b3f72a13de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:43:11 +0000 Subject: [PATCH] [Gradle]: Bump io.sentry.android.gradle from 6.13.0 to 6.14.0 Bumps [io.sentry.android.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 6.13.0 to 6.14.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.13.0...6.14.0) --- updated-dependencies: - dependency-name: io.sentry.android.gradle dependency-version: 6.14.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 8e9a2814..6e859a04 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.13.0" + id "io.sentry.android.gradle" version "6.14.0" id "com.google.gms.google-services" }