From 5ad22771b18182deadf4d30ebb9454d6e89687c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:12:02 +0000 Subject: [PATCH] Bump io.sentry.android.gradle from 5.7.0 to 5.11.0 Bumps [io.sentry.android.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 5.7.0 to 5.11.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/commits) --- updated-dependencies: - dependency-name: io.sentry.android.gradle dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e14709b7b..ea6b96a5a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,7 +14,7 @@ plugins { id("com.google.gms.google-services") id("com.google.firebase.appdistribution") id("com.google.android.gms.oss-licenses-plugin") - id("io.sentry.android.gradle") version "5.7.0" + id("io.sentry.android.gradle") version "5.11.0" id("artemis.android.room") }