diff --git a/CHANGELOG.md b/CHANGELOG.md index f99bca603c..4f29236e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,9 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi - Bump JavaScript SDK from v8.54.0 to v9.12.0 ([#4568](https://github.com/getsentry/sentry-react-native/pull/4568), [#4752](https://github.com/getsentry/sentry-react-native/pull/4752)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/9.12.0/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.12.0) -- Bump Android SDK from v7.20.1 to v8.6.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#860) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.6.0) +- Bump Android SDK from v7.20.1 to v8.8.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663), [#4755](https://github.com/getsentry/sentry-react-native/pull/4755)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#880) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.8.0) - Bump Bundler Plugins from v3.2.2 to v3.3.1 ([#4693](https://github.com/getsentry/sentry-react-native/pull/4693), [#4707](https://github.com/getsentry/sentry-react-native/pull/4707), [#4720](https://github.com/getsentry/sentry-react-native/pull/4720), [#4721](https://github.com/getsentry/sentry-react-native/pull/4721)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#331) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.2...3.3.1) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index e7eee49a53..bffa34b91c 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:8.6.0' + api 'io.sentry:sentry-android:8.8.0' }