diff --git a/CHANGELOG.md b/CHANGELOG.md index 64401e06e4..f182e22e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,9 +31,9 @@ - Bump Android SDK from v8.25.0 to v8.27.0 ([#5364](https://github.com/getsentry/sentry-react-native/pull/5364), [#5395](https://github.com/getsentry/sentry-react-native/pull/5395)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8270) - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.27.0) -- Bump Android SDK Stubs from v8.25.0 to v8.26.0 ([#5365](https://github.com/getsentry/sentry-react-native/pull/5365)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260) - - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0) +- Bump Android SDK Stubs from v8.25.0 to v8.27.0 ([#5365](https://github.com/getsentry/sentry-react-native/pull/5365), [#5396](https://github.com/getsentry/sentry-react-native/pull/5396)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8270) + - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.27.0) - Bump Cocoa SDK from v8.57.2 to v8.57.3 ([#5375](https://github.com/getsentry/sentry-react-native/pull/5375)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8573) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.2...8.57.3) diff --git a/packages/core/android/libs/replay-stubs.jar b/packages/core/android/libs/replay-stubs.jar index f24611b900..475f121c10 100644 Binary files a/packages/core/android/libs/replay-stubs.jar and b/packages/core/android/libs/replay-stubs.jar differ diff --git a/packages/core/android/replay-stubs/build.gradle b/packages/core/android/replay-stubs/build.gradle index 2549ef711c..a4e51673de 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.26.0' + compileOnly 'io.sentry:sentry:8.27.0' }