diff --git a/CHANGELOG.md b/CHANGELOG.md index 6463aa3a8..540362c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,9 @@ ### Dependencies -- Bump Android SDK from v8.17.0 to v8.18.0 ([#5034](https://github.com/getsentry/sentry-react-native/pull/5034)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8180) - - [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.18.0) +- Bump Android SDK from v8.17.0 to v8.19.0 ([#5034](https://github.com/getsentry/sentry-react-native/pull/5034), [#5063](https://github.com/getsentry/sentry-react-native/pull/5063)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8190) + - [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.19.0) ## 7.0.0-rc.1 diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index cbc52e101..68e439681 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:8.18.0' + api 'io.sentry:sentry-android:8.19.0' }