diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bac2b617..5e61c18f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,9 +24,9 @@ - Bump Android SDK from v8.27.0 to v8.28.0 ([#5404](https://github.com/getsentry/sentry-react-native/pull/5404), [#5438](https://github.com/getsentry/sentry-react-native/pull/5438)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280) - [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0) -- Bump Android SDK Stubs from v8.27.0 to v8.27.1 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8271) - - [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.27.1) +- Bump Android SDK Stubs from v8.27.0 to v8.28.0 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405), [#5439](https://github.com/getsentry/sentry-react-native/pull/5439)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280) + - [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0) - Bump JavaScript SDK from v10.26.0 to v10.28.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10280) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.28.0) diff --git a/packages/core/android/replay-stubs/build.gradle b/packages/core/android/replay-stubs/build.gradle index 88bfb14356..7fbd47b857 100644 --- a/packages/core/android/replay-stubs/build.gradle +++ b/packages/core/android/replay-stubs/build.gradle @@ -18,5 +18,5 @@ tasks.named('jar', Jar) { } dependencies { - compileOnly 'io.sentry:sentry:8.27.1' + compileOnly 'io.sentry:sentry:8.28.0' }