diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ded43b129..824b4346d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.25.1 to v6.25.2 ([#3192](https://github.com/getsentry/sentry-react-native/pull/3192)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6252) + - [diff](https://github.com/getsentry/sentry-java/compare/6.25.1...6.25.2) + ## 5.7.1 ### Dependencies diff --git a/android/build.gradle b/android/build.gradle index e00e644f37..bf2dd6f656 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,5 +47,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.25.1' + api 'io.sentry:sentry-android:6.25.2' }