Skip to content

Commit 3cf91a7

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android-stubs.sh to 8.26.0
1 parent 266bc7e commit 3cf91a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
- You can now choose which logs are captured: 'native' for logs from native code only, 'js' for logs from the JavaScript layer only, or 'all' for both layers.
1515
- Takes effect only if `enableLogs` is `true` and defaults to 'all', preserving previous behavior.
1616

17+
### Dependencies
18+
19+
- Bump Android SDK Stubs from v8.25.0 to v8.26.0 ([#5365](https://github.com/getsentry/sentry-react-native/pull/5365))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0)
22+
1723
## 7.6.0
1824

1925

packages/core/android/replay-stubs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ tasks.named('jar', Jar) {
1818
}
1919

2020
dependencies {
21-
compileOnly 'io.sentry:sentry:8.25.0'
21+
compileOnly 'io.sentry:sentry:8.26.0'
2222
}

0 commit comments

Comments
 (0)