File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ otel-javaagent-extension-api = { module = "io.opentelemetry.javaagent:openteleme
143143otel-semconv = { module = " io.opentelemetry.semconv:opentelemetry-semconv" , version.ref = " otelSemanticConventions" }
144144otel-semconv-incubating = { module = " io.opentelemetry.semconv:opentelemetry-semconv-incubating" , version.ref = " otelSemanticConventionsAlpha" }
145145p6spy = { 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 " }
147147quartz = { module = " org.quartz-scheduler:quartz" , version = " 2.3.0" }
148148reactor-core = { module = " io.projectreactor:reactor-core" , version = " 3.5.3" }
149149retrofit = { module = " com.squareup.retrofit2:retrofit" , version.ref = " retrofit" }
You can’t perform that action at this time.
0 commit comments