From 0156545f309fc9b30314a412623ebc85510f0dfa Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Thu, 13 Nov 2025 15:14:55 +0100 Subject: [PATCH] chore(android): Bump Sentry Java SDK to 8.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index e9f7442d..fc5902cc 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -117,7 +117,7 @@ sentry { ignoredVariants.set(listOf("debug")) - autoInstallation.sentryVersion = "8.24.0" + autoInstallation.sentryVersion = "8.26.0" sizeAnalysis { enabled = providers.environmentVariable("GITHUB_ACTIONS").isPresent