Skip to content

Commit 9418624

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.6.0
1 parent ae8e50c commit 9418624

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- Bump CLI from v2.42.4 to v2.43.0 ([#4692](https://github.com/getsentry/sentry-react-native/pull/4692))
2121
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2430)
2222
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.4...2.43.0)
23+
- Bump Android SDK from v7.22.5 to v8.6.0 ([#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
24+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#860)
25+
- [diff](https://github.com/getsentry/sentry-java/compare/7.22.5...8.6.0)
2326

2427
## 6.11.0-beta.0
2528

packages/core/android/build.gradle

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

0 commit comments

Comments
 (0)