Skip to content

Commit 422a7b4

Browse files
chore(deps): update Android SDK to v6.33.2-beta.1 (#3385)
1 parent cbb32a7 commit 422a7b4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixes
6+
7+
- Fix SIGSEV, SIGABRT and SIGBUS crashes happening after/around the August Google Play System update, see [#2955](https://github.com/getsentry/sentry-java/issues/2955) for more details
8+
9+
### Dependencies
10+
11+
- Bump Android SDK from v6.33.1 to v6.33.2-beta.1 ([#3385](https://github.com/getsentry/sentry-react-native/pull/3385))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/6.33.2-beta.1/CHANGELOG.md#6332-beta1)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/6.33.1...6.33.2-beta.1)
14+
315
## 5.13.0
416

517
### Features

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.33.1'
57+
api 'io.sentry:sentry-android:6.33.2-beta.1'
5858
}

0 commit comments

Comments
 (0)