diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbba68c2f..c18024c468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ > make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first. +## Unreleased + +### Dependencies + +- Bump Android SDK from v8.33.0 to v8.34.0 ([#5760](https://github.com/getsentry/sentry-react-native/pull/5760)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8340) + - [diff](https://github.com/getsentry/sentry-java/compare/8.33.0...8.34.0) +- Bump Android SDK Stubs from v8.33.0 to v8.34.0 ([#5761](https://github.com/getsentry/sentry-react-native/pull/5761)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8340) + - [diff](https://github.com/getsentry/sentry-java/compare/8.33.0...8.34.0) + ## 8.3.0 ### Features diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index a59eabc723..57b27aa4f2 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -55,6 +55,6 @@ android { dependencies { compileOnly files('libs/replay-stubs.jar') implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:8.33.0' - debugImplementation 'io.sentry:sentry-spotlight:8.33.0' + api 'io.sentry:sentry-android:8.34.0' + debugImplementation 'io.sentry:sentry-spotlight:8.34.0' } diff --git a/packages/core/android/libs/replay-stubs.jar b/packages/core/android/libs/replay-stubs.jar index 0f15f49aa4..20a451cab1 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 e446e27bc7..d72fee421c 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.33.0' + compileOnly 'io.sentry:sentry:8.34.0' }