Skip to content

Commit b783ac1

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android-stubs.sh to 8.30.0
1 parent 829dc24 commit b783ac1

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
@@ -26,6 +26,9 @@
2626
- Bump Bundler Plugins from v4.6.1 to v4.6.2 ([#5536](https://github.com/getsentry/sentry-react-native/pull/5536))
2727
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#462)
2828
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.6.1...4.6.2)
29+
- Bump Android SDK Stubs from v8.29.0 to v8.30.0 ([#5543](https://github.com/getsentry/sentry-react-native/pull/5543))
30+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8300)
31+
- [diff](https://github.com/getsentry/sentry-java/compare/8.29.0...8.30.0)
2932

3033
## 7.8.0
3134

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

0 commit comments

Comments
 (0)