diff --git a/CHANGELOG.md b/CHANGELOG.md index cd47bf3db9..1901f4a34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,9 +35,9 @@ - Bump JavaScript SDK from v8.47.0 to v8.52.1 ([#4421](https://github.com/getsentry/sentry-react-native/pull/4421), [#4449](https://github.com/getsentry/sentry-react-native/pull/4449), [#4453](https://github.com/getsentry/sentry-react-native/pull/4453), [#4480](https://github.com/getsentry/sentry-react-native/pull/4480), [#4491](https://github.com/getsentry/sentry-react-native/pull/4491), [#4496](https://github.com/getsentry/sentry-react-native/pull/4496)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8521) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.47.0...8.52.1) -- Bump Android SDK from v7.20.0 to v7.20.1 ([#4467](https://github.com/getsentry/sentry-react-native/pull/4467)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1) +- Bump Android SDK from v7.20.0 to v8.1.0 ([#4467](https://github.com/getsentry/sentry-react-native/pull/4467), [#4471](https://github.com/getsentry/sentry-react-native/pull/4471)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#810) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...8.1.0) ## 6.5.0 diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index f9fc318768..7bf695ea34 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.20.1' + api 'io.sentry:sentry-android:8.1.0' }