diff --git a/CHANGELOG.md b/CHANGELOG.md index 243284c499..fa5684843d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ > make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first. +## Unreleased + +### Dependencies + +- Bump Android SDK from v8.11.1 to v8.12.0 ([#4847](https://github.com/getsentry/sentry-react-native/pull/4847)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8120) + - [diff](https://github.com/getsentry/sentry-java/compare/8.11.1...8.12.0) + ## 7.0.0-alpha.0 ### Upgrading from 6.x to 7.0 diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 5cc7aab628..a8082de50b 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:8.11.1' + api 'io.sentry:sentry-android:8.12.0' }