diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b001fa56..52a1b8b4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,9 +46,9 @@ - Bump CLI from v2.38.2 to v2.39.1 ([#4305](https://github.com/getsentry/sentry-react-native/pull/4305), [#4316](https://github.com/getsentry/sentry-react-native/pull/4316)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391) - [diff](https://github.com/getsentry/sentry-cli/compare/2.38.2...2.39.1) -- Bump Android SDK from v7.18.0 to v7.19.1 ([#4329](https://github.com/getsentry/sentry-react-native/pull/4329), [#4365](https://github.com/getsentry/sentry-react-native/pull/4365), [#4405](https://github.com/getsentry/sentry-react-native/pull/4405)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7191) - - [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.19.1) +- Bump Android SDK from v7.18.0 to v7.20.0 ([#4329](https://github.com/getsentry/sentry-react-native/pull/4329), [#4365](https://github.com/getsentry/sentry-react-native/pull/4365), [#4405](https://github.com/getsentry/sentry-react-native/pull/4405), [#4415](https://github.com/getsentry/sentry-react-native/pull/4415)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200) + - [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.20.0) - Bump JavaScript SDK from v8.40.0 to v8.47.0 ([#4351](https://github.com/getsentry/sentry-react-native/pull/4351), [#4325](https://github.com/getsentry/sentry-react-native/pull/4325), [#4371](https://github.com/getsentry/sentry-react-native/pull/4371), [#4382](https://github.com/getsentry/sentry-react-native/pull/4382), [#4388](https://github.com/getsentry/sentry-react-native/pull/4388), [#4393](https://github.com/getsentry/sentry-react-native/pull/4393)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8470) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.47.0) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 0349c9f185..d352df859f 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:7.19.1' + api 'io.sentry:sentry-android:7.20.0' }