diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c3bcddc7..0bb40b985a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,9 @@ - Bump Android SDK from v8.27.0 to v8.29.0 ([#5404](https://github.com/getsentry/sentry-react-native/pull/5404), [#5438](https://github.com/getsentry/sentry-react-native/pull/5438), [#5476](https://github.com/getsentry/sentry-react-native/pull/5476)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290) - [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.29.0) -- 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 Android SDK Stubs from v8.27.0 to v8.29.0 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405), [#5439](https://github.com/getsentry/sentry-react-native/pull/5439), [#5475](https://github.com/getsentry/sentry-react-native/pull/5475)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290) + - [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.29.0) - Bump JavaScript SDK from v10.26.0 to v10.30.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429), [#5442](https://github.com/getsentry/sentry-react-native/pull/5442), [#5454](https://github.com/getsentry/sentry-react-native/pull/5454)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10300) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.30.0) diff --git a/packages/core/android/libs/replay-stubs.jar b/packages/core/android/libs/replay-stubs.jar index c4cc1f2be8..d3595cfa74 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 7fbd47b857..84aa9fbbff 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.28.0' + compileOnly 'io.sentry:sentry:8.29.0' }