From 7da424a9d6c890d196b3be9ac8c3f10308557a78 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 29 Sep 2025 09:19:20 +0000 Subject: [PATCH] chore: update scripts/update-android-stubs.sh to 8.22.0 --- CHANGELOG.md | 3 +++ packages/core/android/replay-stubs/build.gradle | 2 +- scripts/update-android-stubs.sh | 0 3 files changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 scripts/update-android-stubs.sh diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1f99e9ea..c37ae071c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ - Bump Cocoa SDK from v8.56.1 to v8.56.2 ([#5214](https://github.com/getsentry/sentry-react-native/pull/5214)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.1...8.56.2) +- Bump Android SDK Stubs from v8.21.1 to v8.22.0 ([#5194](https://github.com/getsentry/sentry-react-native/pull/5194)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8220) + - [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.22.0) ## 7.2.0 diff --git a/packages/core/android/replay-stubs/build.gradle b/packages/core/android/replay-stubs/build.gradle index 399234671e..c3e606f6a0 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.21.1' + compileOnly 'io.sentry:sentry:8.22.0' } diff --git a/scripts/update-android-stubs.sh b/scripts/update-android-stubs.sh old mode 100644 new mode 100755