From f73d26edcec4c1d588542d712eff5c40b453ab05 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 24 Nov 2025 11:52:57 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 8.27.0 --- CHANGELOG.md | 6 +++--- packages/core/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1656e8e642..64401e06e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,9 +28,9 @@ - Bump CLI from v2.58.0 to v2.58.2 ([#5363](https://github.com/getsentry/sentry-react-native/pull/5363), [#5371](https://github.com/getsentry/sentry-react-native/pull/5371)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2582) - [diff](https://github.com/getsentry/sentry-cli/compare/2.58.0...2.58.2) -- Bump Android SDK from v8.25.0 to v8.26.0 ([#5364](https://github.com/getsentry/sentry-react-native/pull/5364)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260) - - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0) +- Bump Android SDK from v8.25.0 to v8.27.0 ([#5364](https://github.com/getsentry/sentry-react-native/pull/5364), [#5395](https://github.com/getsentry/sentry-react-native/pull/5395)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8270) + - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.27.0) - Bump Android SDK Stubs from v8.25.0 to v8.26.0 ([#5365](https://github.com/getsentry/sentry-react-native/pull/5365)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260) - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 7ec730f476..747beb4f45 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -55,5 +55,5 @@ android { dependencies { compileOnly files('libs/replay-stubs.jar') implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:8.26.0' + api 'io.sentry:sentry-android:8.27.0' }