Skip to content

Commit 32ce32f

Browse files
authored
Merge branch 'main' into rz/fix/compose-local-bounding-box-d8
2 parents 16b9fff + 7392db3 commit 32ce32f

4 files changed

Lines changed: 59 additions & 57 deletions

File tree

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ jobs:
6767
target: google_apis
6868
channel: canary # Necessary for ATDs
6969
arch: x86_64
70-
- api-level: 34 # Android 14
71-
target: google_apis
72-
channel: canary # Necessary for ATDs
73-
arch: x86_64
7470
- api-level: 35 # Android 15
7571
target: google_apis
7672
channel: canary # Necessary for ATDs

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Fix `NoSuchMethodError` for `LayoutCoordinates.localBoundingBoxOf$default` on Compose touch dispatch with AGP 8.13 and `minSdk < 24` ([#5302](https://github.com/getsentry/sentry-java/pull/5302))
88

9+
### Dependencies
10+
11+
- Bump Native SDK from v0.13.6 to v0.13.7 ([#5296](https://github.com/getsentry/sentry-java/pull/5296))
12+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0137)
13+
- [diff](https://github.com/getsentry/sentry-native/compare/0.13.6...0.13.7)
14+
915
## 8.39.1
1016

1117
### Fixes

0 commit comments

Comments
 (0)