Skip to content

Commit ad36559

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android-stubs.sh to 8.24.0
1 parent ab0eb1a commit ad36559

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
@@ -16,6 +16,9 @@
1616
- Bump JavaScript SDK from v10.20.0 to v10.21.0 ([#5289](https://github.com/getsentry/sentry-react-native/pull/5289))
1717
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10210)
1818
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.20.0...10.21.0)
19+
- Bump Android SDK Stubs from v8.23.0 to v8.24.0 ([#5293](https://github.com/getsentry/sentry-react-native/pull/5293))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8240)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/8.23.0...8.24.0)
1922

2023
## 7.4.0
2124

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

0 commit comments

Comments
 (0)