Skip to content

Commit cb52c7c

Browse files
chore(deps): update Android SDK to v6.32.0 (#3341)
Co-authored-by: GitHub <[email protected]>
1 parent 1d86dd6 commit cb52c7c

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
- Bump Cocoa SDK from v8.13.0 to v8.14.2 ([#3340](https://github.com/getsentry/sentry-react-native/pull/3340))
2121
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8142)
2222
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.14.2)
23+
- Bump Android SDK from v6.30.0 to v6.32.0 ([#3341](https://github.com/getsentry/sentry-react-native/pull/3341))
24+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6320)
25+
- [diff](https://github.com/getsentry/sentry-java/compare/6.30.0...6.32.0)
2326

2427
## 5.11.1
2528

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:6.30.0'
57+
api 'io.sentry:sentry-android:6.32.0'
5858
}

0 commit comments

Comments
 (0)