From 742a649ee56596a007a08c335d4cd19c3b6f1886 Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Mon, 16 Mar 2026 16:36:21 +0100 Subject: [PATCH 1/2] fix(android): bump epitaph to 0.1.1 --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cc2dabd2..c942ec9ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Bump Native SDK from v0.13.1 to v0.13.2 ([#5181](https://github.com/getsentry/sentry-java/pull/5181)) - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0132) - [diff](https://github.com/getsentry/sentry-native/compare/0.13.1...0.13.2) +- Bump `com.abovevacant:epitaph` to `0.1.1` to avoid old D8/R8 dexing crashes in downstream Android builds on old AGP versions such as 7.4.x. ([#5200](https://github.com/getsentry/sentry-java/pull/5200)) ## 8.35.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index db43203d34..f81aea8a67 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -143,7 +143,7 @@ otel-javaagent-extension-api = { module = "io.opentelemetry.javaagent:openteleme otel-semconv = { module = "io.opentelemetry.semconv:opentelemetry-semconv", version.ref = "otelSemanticConventions" } otel-semconv-incubating = { module = "io.opentelemetry.semconv:opentelemetry-semconv-incubating", version.ref = "otelSemanticConventionsAlpha" } p6spy = { module = "p6spy:p6spy", version = "3.9.1" } -epitaph = { module = "com.abovevacant:epitaph", version = "0.1.0" } +epitaph = { module = "com.abovevacant:epitaph", version = "0.1.1" } quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" } reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" } retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" } From f87a7752346328329db13d898c2401085f7ddcbd Mon Sep 17 00:00:00 2001 From: Mischan Toosarani-Hausberger Date: Mon, 16 Mar 2026 16:47:34 +0100 Subject: [PATCH 2/2] add epitaph changelog and diff --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c942ec9ba4..bf7c919c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0132) - [diff](https://github.com/getsentry/sentry-native/compare/0.13.1...0.13.2) - Bump `com.abovevacant:epitaph` to `0.1.1` to avoid old D8/R8 dexing crashes in downstream Android builds on old AGP versions such as 7.4.x. ([#5200](https://github.com/getsentry/sentry-java/pull/5200)) + - [changelog](https://github.com/abovevacant/epitaph/blob/main/CHANGELOG.md#011---2026-03-16) + - [diff](https://github.com/abovevacant/epitaph/compare/v0.1.0...v0.1.1) ## 8.35.0