Skip to content

Commit 1cadc30

Browse files
authored
Merge branch 'deps/scripts/update-android.sh' into deps/scripts/update-android-stubs.sh
2 parents dfa60f9 + eb45596 commit 1cadc30

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
@@ -20,6 +20,9 @@
2020

2121
### Dependencies
2222

23+
- Bump Android SDK from v8.31.0 to v8.32.0 ([#5633](https://github.com/getsentry/sentry-react-native/pull/5633))
24+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8320)
25+
- [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.32.0)
2326
- Bump Android SDK Stubs from v8.31.0 to v8.32.0 ([#5634](https://github.com/getsentry/sentry-react-native/pull/5634))
2427
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8320)
2528
- [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.32.0)

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ android {
5555
dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.sentry:sentry-android:8.31.0'
58+
api 'io.sentry:sentry-android:8.32.0'
5959
}

0 commit comments

Comments
 (0)