From dcc083d7b37942f10e3ce05a409b075ed6372981 Mon Sep 17 00:00:00 2001 From: Roman Zavarnitsyn Date: Wed, 17 Jun 2026 15:49:45 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20Sentry=20Gradle=20plugin=206.10.0=20?= =?UTF-8?q?=E2=86=92=206.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Sentry Android Gradle Plugin: 6.10.0 → 6.11.0 - Bundled SDK: 8.43.1 → 8.43.2 - sentry-native-ndk: remains at 0.14.2 (no native bump in SDK 8.43.2) Plugin 6.11.0 fixes: - Resolve sentry-cli path as task input (fixes stale-path with config cache) - Defer telemetry default-org lookup to execution time (config cache fix) - Remove transitive kotlin-stdlib from published POMs - Normalize Linux ARM64 architecture name for sentry-cli lookup SDK 8.43.2 improvements: - DSN parsing performance (custom string parsing instead of java.net.URI) - Remove unnecessary boxing for better performance - Session Replay: fix VerifyError with DexGuard/R8 obfuscation - Session Replay: fix Compose view masking in obfuscated builds --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8c66a81..c90982d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ import io.sentry.android.gradle.instrumentation.logcat.LogcatLevel plugins { - id "io.sentry.android.gradle" version "6.10.0" + id "io.sentry.android.gradle" version "6.11.0" id 'com.android.application' id 'kotlin-android' id 'com.ydq.android.gradle.native-aar.import'