diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3bede7d8..18bcfbf4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,12 @@ }); ``` +### Dependencies + +- Bump Android SDK Stubs from v8.32.0 to v8.36.0 ([#4](https://github.com/huextrat/sentry-react-native/pull/4)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8360) + - [diff](https://github.com/getsentry/sentry-java/compare/8.32.0...8.36.0) + ## 8.0.0 ### Upgrading from 7.x to 8.0 diff --git a/packages/core/android/replay-stubs/build.gradle b/packages/core/android/replay-stubs/build.gradle index 460f9cf595..ac9f21b7f4 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.32.0' + compileOnly 'io.sentry:sentry:8.36.0' }