From d0d0b7d1a0504bab1c9fff9dc46c3d24ff1f943d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:21:09 +0000 Subject: [PATCH] [Gradle]: Bump io.sentry:sentry-android from 8.35.0 to 8.37.1 Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 8.35.0 to 8.37.1. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/8.35.0...8.37.1) --- updated-dependencies: - dependency-name: io.sentry:sentry-android dependency-version: 8.37.1 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..6e01d9cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,7 +74,7 @@ dependencies { gmsImplementation 'com.google.firebase:firebase-messaging:25.0.1' implementation 'com.squareup.retrofit2:converter-gson:3.0.0' implementation 'de.hdodenhof:circleimageview:3.1.0' - implementation 'io.sentry:sentry-android:8.35.0' + implementation 'io.sentry:sentry-android:8.37.1' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14' }