diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1f99e9ea..ff1d2c88e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,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)) + - [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) ## 7.2.0 diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index fae7ed57c4..b65066dd3c 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.21.1' + api 'io.sentry:sentry-android:8.22.0' }