Skip to content

Commit 2594984

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.5.0
1 parent e12327b commit 2594984

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
- Remove `SENTRY_FORCE_FOREGROUND` from Xcode Scripts as the underlying `--force-foreground` Sentry CLI is no-op since v2.37.0 ([#4689](https://github.com/getsentry/sentry-react-native/pull/4689))
4141
- TTID and TTFD use native getters instead od events to pass timestamps to the JS layer ([#4669](https://github.com/getsentry/sentry-react-native/pull/4669), [#4681](https://github.com/getsentry/sentry-react-native/pull/4681))
4242

43+
### Dependencies
44+
45+
- Bump Android SDK from v7.22.5 to v8.5.0 ([#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
46+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#850)
47+
- [diff](https://github.com/getsentry/sentry-java/compare/7.22.5...8.5.0)
48+
4349
## 6.10.0
4450

4551
### Features

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.5.0'
5858
}

0 commit comments

Comments
 (0)