From 6aef4e352d3274caaaf901f9c6c7cc9b539f8a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:17:42 +0000 Subject: [PATCH] Bump io.sentry.android.gradle from 5.7.0 to 5.10.0 Bumps [io.sentry.android.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 5.7.0 to 5.10.0. - [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases) - [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/5.10.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-android-gradle-plugin/compare/5.7.0...5.10.0) --- updated-dependencies: - dependency-name: io.sentry.android.gradle dependency-version: 5.10.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..e9c3f4f35 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.10.0" id("artemis.android.room") }