From f433843d1fde58054a3e514eac415af87aac7d22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:16:54 +0200 Subject: [PATCH] chore(deps): update Android SDK to v7.14.0 (#4022) --- CHANGELOG.md | 5 ++++- android/build.gradle | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8906d7fce..1b1f1cf5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,16 @@ - Fixes possible missing TTID measurements and spans - Fix crash when passing array as data to `Sentry.addBreadcrumb({ data: [] })` ([#4021](https://github.com/getsentry/sentry-react-native/pull/4021)) - The expected `data` type is plain JS object, otherwise the data might be lost. -- Fix requireNativeComponent missing in react-native-web #3823 ([#3958](https://github.com/getsentry/sentry-react-native/pull/3958)) +- Fix `requireNativeComponent` missing in `react-native-web` ([#3958](https://github.com/getsentry/sentry-react-native/pull/3958)) ### Dependencies - Bump JavaScript SDK from v7.117.0 to v7.118.0 ([#4018](https://github.com/getsentry/sentry-react-native/pull/4018)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/v7/CHANGELOG.md#71180) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.117.0...7.118.0) +- Bump Android SDK from v7.13.0 to v7.14.0 ([#4022](https://github.com/getsentry/sentry-react-native/pull/4022)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140) + - [diff](https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0) ## 5.28.0 diff --git a/android/build.gradle b/android/build.gradle index 71cec4377..2d8e8f324 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:7.13.0' + api 'io.sentry:sentry-android:7.14.0' }