diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a50e76a6f..7425033d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,9 @@ - Bump Cocoa SDK from v7.29.0 to v7.31.1 ([#2592](https://github.com/getsentry/sentry-react-native/pull/2592), [#2601](https://github.com/getsentry/sentry-react-native/pull/2601)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7311) - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.1) -- Bump Android SDK from v6.6.0 to v6.7.1 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#671) - - [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.1) +- Bump Android SDK from v6.6.0 to v6.8.0 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600), [#2628](https://github.com/getsentry/sentry-react-native/pull/2628)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680) + - [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.8.0) ## 4.8.0 diff --git a/android/build.gradle b/android/build.gradle index de610e55c3..1fa5ce57d1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,5 +24,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.7.1' + api 'io.sentry:sentry-android:6.8.0' }