diff --git a/CHANGELOG.md b/CHANGELOG.md index 600c120a4..d2d26da59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ - Bump CLI from v2.42.1 to v2.42.2 ([#4586](https://github.com/getsentry/sentry-react-native/pull/4586)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2422) - [diff](https://github.com/getsentry/sentry-cli/compare/2.42.1...2.42.2) +- Bump Android SDK from v7.22.0 to v8.3.0 ([#4471](https://github.com/getsentry/sentry-react-native/pull/4471)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#830) + - [diff](https://github.com/getsentry/sentry-java/compare/7.22.0...8.3.0) ## 6.9.0 diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index c96506fb3..13d61a054 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.22.0' + api 'io.sentry:sentry-android:8.3.0' }