From df512d51dbdd5b1b0feb8cdfe1a61ec3e5cb1487 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 17 Jun 2025 03:45:13 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 8.13.3 --- CHANGELOG.md | 8 ++++++++ android/build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81be6f7ec7..8b41296824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Features + +- Bump Android SDK from v6.3.1 to v8.13.3 ([#117](https://github.com/G2Patrik/sentry-react-native/pull/117)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8133) + - [diff](https://github.com/getsentry/sentry-java/compare/6.3.1...8.13.3) + ## 4.2.4 ### Fixes diff --git a/android/build.gradle b/android/build.gradle index ac0bfa7903..fb90b66100 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,5 +25,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.3.1' + api 'io.sentry:sentry-android:8.13.3' }