Skip to content

Commit 5425cb3

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android-stubs.sh to 8.27.0
1 parent 4ba4a17 commit 5425cb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
- Bump Android SDK from v8.25.0 to v8.26.0 ([#5364](https://github.com/getsentry/sentry-react-native/pull/5364))
3232
- [changelog](https://github.com/getsentry/sentry-java/blob/cursor/categorize-sentry-options-3f0a main/CHANGELOG.md#8260)
3333
- [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0)
34-
- Bump Android SDK Stubs from v8.25.0 to v8.26.0 ([#5365](https://github.com/getsentry/sentry-react-native/pull/5365))
35-
- [changelog](https://github.com/getsentry/sentry-java/blob/cursor/categorize-sentry-options-3f0a main/CHANGELOG.md#8260)
36-
- [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0)
34+
- Bump Android SDK Stubs from v8.25.0 to v8.27.0 ([#5365](https://github.com/getsentry/sentry-react-native/pull/5365), [#5396](https://github.com/getsentry/sentry-react-native/pull/5396))
35+
- [changelog](https://github.com/getsentry/sentry-java/blob/cursor/categorize-sentry-options-3f0a main/CHANGELOG.md#8270)
36+
- [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.27.0)
3737
- Bump Cocoa SDK from v8.57.2 to v8.57.3 ([#5375](https://github.com/getsentry/sentry-react-native/pull/5375))
3838
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8573)
3939
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.2...8.57.3)

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

0 commit comments

Comments
 (0)