Skip to content

Commit f95d813

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

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
@@ -52,6 +52,9 @@
5252
- Bump Cocoa SDK from v9.5.1 to v9.6.0 ([#5759](https://github.com/getsentry/sentry-react-native/pull/5759))
5353
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#960)
5454
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.5.1...9.6.0)
55+
- Bump Android SDK from v8.33.0 to v8.34.0 ([#5760](https://github.com/getsentry/sentry-react-native/pull/5760))
56+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8340)
57+
- [diff](https://github.com/getsentry/sentry-java/compare/8.33.0...8.34.0)
5558

5659
## 8.2.0
5760

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)