Skip to content

Commit 37ec571

Browse files
authored
fix(android): bump epitaph to 0.1.1 (#5200)
1 parent 5914404 commit 37ec571

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Bump Native SDK from v0.13.1 to v0.13.2 ([#5181](https://github.com/getsentry/sentry-java/pull/5181))
88
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0132)
99
- [diff](https://github.com/getsentry/sentry-native/compare/0.13.1...0.13.2)
10+
- 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))
11+
- [changelog](https://github.com/abovevacant/epitaph/blob/main/CHANGELOG.md#011---2026-03-16)
12+
- [diff](https://github.com/abovevacant/epitaph/compare/v0.1.0...v0.1.1)
1013

1114
## 8.35.0
1215

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ otel-javaagent-extension-api = { module = "io.opentelemetry.javaagent:openteleme
143143
otel-semconv = { module = "io.opentelemetry.semconv:opentelemetry-semconv", version.ref = "otelSemanticConventions" }
144144
otel-semconv-incubating = { module = "io.opentelemetry.semconv:opentelemetry-semconv-incubating", version.ref = "otelSemanticConventionsAlpha" }
145145
p6spy = { module = "p6spy:p6spy", version = "3.9.1" }
146-
epitaph = { module = "com.abovevacant:epitaph", version = "0.1.0" }
146+
epitaph = { module = "com.abovevacant:epitaph", version = "0.1.1" }
147147
quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
148148
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
149149
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }

0 commit comments

Comments
 (0)