diff --git a/CHANGELOG.md b/CHANGELOG.md index 9257bdee32..2c707614a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ - Bump CLI from v2.10.0 to v2.13.0 ([#2848](https://github.com/getsentry/sentry-react-native/pull/2848)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2130) - [diff](https://github.com/getsentry/sentry-cli/compare/2.10.0...2.13.0) +- Bump Android SDK from v6.14.0 to v6.15.0 ([#2868](https://github.com/getsentry/sentry-react-native/pull/2868)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6150) + - [diff](https://github.com/getsentry/sentry-java/compare/6.14.0...6.15.0) ## 5.0.0 diff --git a/android/build.gradle b/android/build.gradle index cf16c73158..2d8839cf99 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -42,5 +42,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.14.0' + api 'io.sentry:sentry-android:6.15.0' }