Skip to content

Commit 23d0687

Browse files
Merge branch 'deps/scripts/update-android.sh' into deps/scripts/update-android-stubs.sh
2 parents 333e6f8 + ee0cf6a commit 23d0687

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### Dependencies
1212

13-
- Bump Android SDK Stubs from v8.33.0 to v8.34.0 ([#5765](https://github.com/getsentry/sentry-react-native/pull/5765))
13+
- Bump Android SDK from v8.33.0 to v8.34.0 ([#5760](https://github.com/getsentry/sentry-react-native/pull/5760))
1414
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8340)
1515
- [diff](https://github.com/getsentry/sentry-java/compare/8.33.0...8.34.0)
1616

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
}
2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)