Skip to content

Commit 15ed121

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.20.0
1 parent a0b15d6 commit 15ed121

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ user IP addresses, if you set `sendDefaultPii: true` in your `Sentry.init` optio
2424

2525
We apologize for any inconvenience caused!
2626

27+
### Dependencies
28+
29+
- Bump Android SDK from v7.22.6 to v8.20.0 ([#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
30+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8200)
31+
- [diff](https://github.com/getsentry/sentry-java/compare/7.22.6...8.20.0)
32+
2733
## Fixes
2834

2935
- Fix Expo prebuild failed on cached builds ([#5098](https://github.com/getsentry/sentry-react-native/pull/5098))

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:7.22.6'
57+
api 'io.sentry:sentry-android:8.20.0'
5858
}

0 commit comments

Comments
 (0)