Skip to content

Commit 40be408

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android-stubs.sh to 8.34.0
1 parent 29950e3 commit 40be408

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
- Bump Cocoa SDK from v9.5.1 to v9.6.0 ([#5759](https://github.com/getsentry/sentry-react-native/pull/5759))
6464
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#960)
6565
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.5.1...9.6.0)
66+
- Bump Android SDK Stubs from v8.33.0 to v8.34.0 ([#5765](https://github.com/getsentry/sentry-react-native/pull/5765))
67+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8340)
68+
- [diff](https://github.com/getsentry/sentry-java/compare/8.33.0...8.34.0)
6669

6770
## 8.2.0
6871

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.33.0'
21+
compileOnly 'io.sentry:sentry:8.34.0'
2222
}

0 commit comments

Comments
 (0)