Skip to content

Commit 52b9081

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.33.0
1 parent 208264a commit 52b9081

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
- Bump JavaScript SDK from v10.38.0 to v10.39.0 ([#5674](https://github.com/getsentry/sentry-react-native/pull/5674))
4242
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10390)
4343
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.38.0...10.39.0)
44+
- Bump Android SDK from v8.32.0 to v8.33.0 ([#5684](https://github.com/getsentry/sentry-react-native/pull/5684))
45+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8330)
46+
- [diff](https://github.com/getsentry/sentry-java/compare/8.32.0...8.33.0)
4447

4548
## 8.0.0
4649

packages/core/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ android {
5555
dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.sentry:sentry-android:8.32.0'
59-
debugImplementation 'io.sentry:sentry-spotlight:8.32.0'
58+
api 'io.sentry:sentry-android:8.33.0'
59+
debugImplementation 'io.sentry:sentry-spotlight:8.33.0'
6060
}

0 commit comments

Comments
 (0)