Skip to content

Commit 374b97e

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.34.0
1 parent 878d0cc commit 374b97e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
- Bump CLI from v3.2.2 to v3.2.3 ([#5743](https://github.com/getsentry/sentry-react-native/pull/5743))
5050
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#323)
5151
- [diff](https://github.com/getsentry/sentry-cli/compare/3.2.2...3.2.3)
52+
- Bump Android SDK from v8.33.0 to v8.34.0 ([#5760](https://github.com/getsentry/sentry-react-native/pull/5760))
53+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8340)
54+
- [diff](https://github.com/getsentry/sentry-java/compare/8.33.0...8.34.0)
5255

5356
## 8.2.0
5457

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.33.0'
59-
debugImplementation 'io.sentry:sentry-spotlight:8.33.0'
58+
api 'io.sentry:sentry-android:8.34.0'
59+
debugImplementation 'io.sentry:sentry-spotlight:8.34.0'
6060
}

0 commit comments

Comments
 (0)