diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c100d263..6acd1ad9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,9 @@ - Bump Cocoa SDK from v8.56.1 to v8.56.2 ([#5214](https://github.com/getsentry/sentry-react-native/pull/5214)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.1...8.56.2) -- Bump Android SDK from v8.21.1 to v8.22.0 ([#5193](https://github.com/getsentry/sentry-react-native/pull/5193), [#5194](https://github.com/getsentry/sentry-react-native/pull/5194)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8220) - - [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.22.0) +- Bump Android SDK from v8.21.1 to v8.23.0 ([#5193](https://github.com/getsentry/sentry-react-native/pull/5193), [#5194](https://github.com/getsentry/sentry-react-native/pull/5194), [#5232](https://github.com/getsentry/sentry-react-native/pull/5232)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230) + - [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.23.0) - Bump CLI from v2.55.0 to v2.56.0 ([#5223](https://github.com/getsentry/sentry-react-native/pull/5223)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2560) - [diff](https://github.com/getsentry/sentry-cli/compare/2.55.0...2.56.0) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index b65066dd3c..607a036ce5 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -55,5 +55,5 @@ android { dependencies { compileOnly files('libs/replay-stubs.jar') implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:8.22.0' + api 'io.sentry:sentry-android:8.23.0' }