diff --git a/CHANGELOG.md b/CHANGELOG.md index 46322e6854..e59c44717f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v7.14.0 to v8.23.0 ([#6](https://github.com/Aetonix/sentry-react-native/pull/6)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230) + - [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...8.23.0) + ## 5.33.0 ### Features diff --git a/android/build.gradle b/android/build.gradle index 2d8e8f3240..13f1690c1f 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.14.0' + api 'io.sentry:sentry-android:8.23.0' }