From df38a16cb68b9295c224222a4c4ba93a422d396a Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 13 May 2024 15:23:26 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 7.9.0 --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 177f2c5c0a..c3168eafe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,9 @@ - Bump Cocoa SDK from v8.25.0 to v8.25.2 ([#3802](https://github.com/getsentry/sentry-react-native/pull/3802)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8252) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.0...8.25.2) +- Bump Android SDK from v7.8.0 to v7.9.0 ([#3805](https://github.com/getsentry/sentry-react-native/pull/3805)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#790) + - [diff](https://github.com/getsentry/sentry-java/compare/7.8.0...7.9.0) ## 5.22.2 diff --git a/android/build.gradle b/android/build.gradle index 704f34f91c..e09640c46a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:7.8.0' + api 'io.sentry:sentry-android:7.9.0' }