diff --git a/CHANGELOG.md b/CHANGELOG.md index 532fda26c9..1d3b487835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.11.0 to v6.12.1 ([#2755](https://github.com/getsentry/sentry-react-native/pull/2755)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6121) + - [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.1) + ## 4.13.0 ### Fixes diff --git a/android/build.gradle b/android/build.gradle index 17967ca5fa..0066e1b751 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.11.0' + api 'io.sentry:sentry-android:6.12.1' }