From be60c648a4d99e44cb54124600032ed0fc7d6c63 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 10 Sep 2026 03:01:15 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 8.56.0 --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1db335..d7d4fce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ - Bump Cocoa SDK from v9.16.1 to v9.24.0 ([#1280](https://github.com/getsentry/sentry-capacitor/pull/1280)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9240) - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.16.1...9.24.0) +- Bump Android SDK from v8.50.1 to v8.56.0 ([#1173](https://github.com/getsentry/sentry-capacitor/pull/1173)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8560) + - [diff](https://github.com/getsentry/sentry-java/compare/8.50.1...8.56.0) ## 4.3.0 diff --git a/android/build.gradle b/android/build.gradle index 9c3796ba..36b988d6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,5 +91,5 @@ repositories { dependencies { implementation project(':capacitor-android') - implementation 'io.sentry:sentry-android:8.50.1' + implementation 'io.sentry:sentry-android:8.56.0' }