diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf2d84a39..89b77cb65d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v7.12.0 to v7.12.1 ([#3970](https://github.com/getsentry/sentry-react-native/pull/3970)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7121) + - [diff](https://github.com/getsentry/sentry-java/compare/7.12.0...7.12.1) + ## 5.26.0 ### Features diff --git a/android/build.gradle b/android/build.gradle index b2d6626864..4e5f980144 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.12.0' + api 'io.sentry:sentry-android:7.12.1' }