Skip to content

Commit 0db8c1b

Browse files
authored
Merge branch 'deps/scripts/update-android.sh' into antonis/android-sdk-8
2 parents 284a1ed + 93220a5 commit 0db8c1b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
99
## Unreleased
1010

11+
### Fixes
12+
13+
- Various crashes and issues of Session Replay on Android. See the Android SDK version bump for more details. ([#4529](https://github.com/getsentry/sentry-react-native/pull/4529))
14+
1115
### Dependencies
1216

13-
- Bump Android SDK from v7.20.1 to v8.1.0 ([#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
14-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#810)
15-
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.1.0)
17+
- Bump Android SDK from v7.20.1 to v8.2.0 ([#4529](https://github.com/getsentry/sentry-react-native/pull/4529), [#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#820)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.2.0)
1620

1721
## 6.7.0
1822

packages/core/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:8.1.0'
57+
api 'io.sentry:sentry-android:8.2.0'
5858
}

0 commit comments

Comments
 (0)