diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c61eea66..fcafb83de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ - Bump CLI from v3.3.3 to v3.3.4 ([#5891](https://github.com/getsentry/sentry-react-native/pull/5891)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#334) - [diff](https://github.com/getsentry/sentry-cli/compare/3.3.3...3.3.4) +- Bump Android SDK from v8.36.0 to v8.37.0 ([#5884](https://github.com/getsentry/sentry-react-native/pull/5884)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8370) + - [diff](https://github.com/getsentry/sentry-java/compare/8.36.0...8.37.0) ## 8.5.0 diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 27e18d53ec..8cce126fb1 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -57,6 +57,6 @@ dependencies { compileOnly files('libs/replay-stubs.jar') compileOnly files('libs/expo-stubs.jar') implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:8.36.0' - debugImplementation 'io.sentry:sentry-spotlight:8.36.0' + api 'io.sentry:sentry-android:8.37.0' + debugImplementation 'io.sentry:sentry-spotlight:8.37.0' } diff --git a/packages/core/android/libs/replay-stubs.jar b/packages/core/android/libs/replay-stubs.jar index 758947c0fa..da25af6ca1 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 ac9f21b7f4..4e279032b2 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.36.0' + compileOnly 'io.sentry:sentry:8.37.0' }