diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eae1090f1..5493cb854f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,9 @@ - Bump Cocoa SDK from v8.45.0 to v8.48.0 ([#4621](https://github.com/getsentry/sentry-react-native/pull/4621), [#4651](https://github.com/getsentry/sentry-react-native/pull/4651), [#4662](https://github.com/getsentry/sentry-react-native/pull/4662)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8480) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.45.0...8.48.0) +- Bump Android SDK from v7.22.1 to v7.22.4 ([#4675](https://github.com/getsentry/sentry-react-native/pull/4675)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7224) + - [diff](https://github.com/getsentry/sentry-java/compare/7.22.1...7.22.4) ## 6.9.1 diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index a9e347c215..5be6cadc67 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.1' + api 'io.sentry:sentry-android:7.22.4' }