diff --git a/CHANGELOG.md b/CHANGELOG.md index f399fba34..12f741c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Cocoa SDK from v8.21.0 to v8.22.4 ([#3686](https://github.com/getsentry/sentry-react-native/pull/3694)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8224) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.22.4) +- Bump Android SDK from v7.6.0 to v7.8.0 ([#3750](https://github.com/getsentry/sentry-react-native/pull/3750)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780) + - [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.8.0) ## 5.21.0 diff --git a/android/build.gradle b/android/build.gradle index fc8270de6..704f34f91 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:7.6.0' + api 'io.sentry:sentry-android:7.8.0' }