From e5bc97b850117530a0b5a1fd7728fcf3909efb04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:03:36 +0300 Subject: [PATCH] chore: update scripts/update-android.sh to 7.16.0 (#4202) Co-authored-by: GitHub --- CHANGELOG.md | 3 +++ packages/core/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44671b86f2..765c58f9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ - Bump CLI from v2.37.0 to v2.38.0 ([#4200](https://github.com/getsentry/sentry-react-native/pull/4200)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2380) - [diff](https://github.com/getsentry/sentry-cli/compare/2.37.0...2.38.0) +- Bump Android SDK from v7.15.0 to v7.16.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160) + - [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0) ## 6.1.0 diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index f21463e2cc..2ba82b4a21 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:7.15.0' + api 'io.sentry:sentry-android:7.16.0' }