Skip to content

Commit 870a4d1

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android-stubs.sh to 8.23.0
1 parent bfe454a commit 870a4d1

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
@@ -23,6 +23,9 @@
2323
- Bump CLI from v2.55.0 to v2.56.0 ([#5223](https://github.com/getsentry/sentry-react-native/pull/5223))
2424
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2560)
2525
- [diff](https://github.com/getsentry/sentry-cli/compare/2.55.0...2.56.0)
26+
- Bump Android SDK Stubs from v8.22.0 to v8.23.0 ([#5231](https://github.com/getsentry/sentry-react-native/pull/5231))
27+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230)
28+
- [diff](https://github.com/getsentry/sentry-java/compare/8.22.0...8.23.0)
2629

2730
## 7.2.0
2831

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

0 commit comments

Comments
 (0)