From 347a72383381baa1a7cd27a19073721767d6f139 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 21 Jan 2026 18:23:14 +0000 Subject: [PATCH] chore: update scripts/update-android-stubs.sh to 8.31.0 --- CHANGELOG.md | 3 +++ packages/core/android/replay-stubs/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9836176e1..41768634ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ - Bump JavaScript SDK from v10.34.0 to v10.36.0 ([#5555](https://github.com/getsentry/sentry-react-native/pull/5555), [#5564](https://github.com/getsentry/sentry-react-native/pull/5564)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10360) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.34.0...10.36.0) +- Bump Android SDK Stubs from v8.30.0 to v8.31.0 ([#5565](https://github.com/getsentry/sentry-react-native/pull/5565)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8310) + - [diff](https://github.com/getsentry/sentry-java/compare/8.30.0...8.31.0) ## 7.9.0 diff --git a/packages/core/android/replay-stubs/build.gradle b/packages/core/android/replay-stubs/build.gradle index 6e8339439b..efe56ae0a4 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.30.0' + compileOnly 'io.sentry:sentry:8.31.0' }