diff --git a/CHANGELOG.md b/CHANGELOG.md index 996893e939..a01ea958c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,9 @@ - Bump CLI from v2.30.0 to v2.30.4 ([#3678](https://github.com/getsentry/sentry-react-native/pull/3678), [#3704](https://github.com/getsentry/sentry-react-native/pull/3704)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2304) - [diff](https://github.com/getsentry/sentry-cli/compare/2.30.0...2.30.4) -- Bump Android SDK from v7.5.0 to v7.6.0 ([#3675](https://github.com/getsentry/sentry-react-native/pull/3675)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760) - - [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0) +- Bump Android SDK from v7.5.0 to v7.7.0 ([#3675](https://github.com/getsentry/sentry-react-native/pull/3675), [#3750](https://github.com/getsentry/sentry-react-native/pull/3750)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#770) + - [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.7.0) ## 5.20.0 diff --git a/android/build.gradle b/android/build.gradle index fc8270de61..b7235b5096 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.7.0' }