diff --git a/CHANGELOG.md b/CHANGELOG.md index 4439c0806..86370af13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,9 +50,9 @@ - Bump CLI from v2.37.0 to v2.38.2 ([#4200](https://github.com/getsentry/sentry-react-native/pull/4200), [#4220](https://github.com/getsentry/sentry-react-native/pull/4220), [#4231](https://github.com/getsentry/sentry-react-native/pull/4231)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2382) - [diff](https://github.com/getsentry/sentry-cli/compare/2.37.0...2.38.2) -- Bump Android SDK from v7.15.0 to v7.16.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160) - - [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0) +- Bump Android SDK from v7.15.0 to v7.17.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202), [#4266](https://github.com/getsentry/sentry-react-native/pull/4266)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7170) + - [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.17.0) - Bump Cocoa SDK from v8.38.0 to v8.40.1 ([#4212](https://github.com/getsentry/sentry-react-native/pull/4212), [#4239](https://github.com/getsentry/sentry-react-native/pull/4239), [#4248](https://github.com/getsentry/sentry-react-native/pull/4248)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8401) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.38.0...8.40.1) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 2ba82b4a2..8560aabd9 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:7.16.0' + api 'io.sentry:sentry-android:7.17.0' }