diff --git a/CHANGELOG.md b/CHANGELOG.md index ece8a5d3c6..d7b0a05bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.8.0 to v6.9.0 ([#2653](https://github.com/getsentry/sentry-react-native/pull/2653)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#690) + - [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.0) + ## 4.10.0 ### Features diff --git a/android/build.gradle b/android/build.gradle index 1fa5ce57d1..aa2243d9af 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.0' }