Skip to content

Commit 80f7d96

Browse files
github-actions[bot]web-flowantonis
authored
chore(deps): update Android SDK Stubs to v8.23.0 (#5231)
* chore: update scripts/update-android-stubs.sh to 8.23.0 * Update stubs jar --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Antonis Lilis <[email protected]>
1 parent 40a3145 commit 80f7d96

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
- Bump JavaScript SDK from v10.12.0 to v10.17.0 ([#5195](https://github.com/getsentry/sentry-react-native/pull/5195))
2727
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10170)
2828
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.12.0...10.17.0)
29+
- Bump Android SDK Stubs from v8.22.0 to v8.23.0 ([#5231](https://github.com/getsentry/sentry-react-native/pull/5231))
30+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230)
31+
- [diff](https://github.com/getsentry/sentry-java/compare/8.22.0...8.23.0)
2932

3033
## 7.2.0
3134

0 Bytes
Binary file not shown.

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)