diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8e9c192a..72df95a71e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ - [diff](https://github.com/getsentry/sentry-wizard/compare/v1.2.17...v1.4.0) - Android builds without ext config, auto create assets dir for modules ([#2652](https://github.com/getsentry/sentry-react-native/pull/2652)) +### Dependencies + +- Bump Android SDK from v6.8.0 to v6.9.1 ([#2653](https://github.com/getsentry/sentry-react-native/pull/2653)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#691) + - [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.1) + ## 4.10.0 ### Features diff --git a/android/build.gradle b/android/build.gradle index 1fa5ce57d1..6a55481556 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.8.0' + api 'io.sentry:sentry-android:6.9.1' }