From 754cbc0c098d5a602cd83ab2e26d74d5e0430e89 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 16 Apr 2024 14:37:15 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 7.8.0 --- CHANGELOG.md | 6 +++--- android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44e80005d..67fd4a3b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,9 @@ - Bump CLI from v2.30.0 to v2.30.4 ([#3678](https://github.com/getsentry/sentry-react-native/pull/3678), [#3704](https://github.com/getsentry/sentry-react-native/pull/3704)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2304) - [diff](https://github.com/getsentry/sentry-cli/compare/2.30.0...2.30.4) -- Bump Android SDK from v7.5.0 to v7.6.0 ([#3675](https://github.com/getsentry/sentry-react-native/pull/3675)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760) - - [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0) +- Bump Android SDK from v7.5.0 to v7.8.0 ([#3675](https://github.com/getsentry/sentry-react-native/pull/3675), [#3750](https://github.com/getsentry/sentry-react-native/pull/3750)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780) + - [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.8.0) ## 5.20.0 diff --git a/android/build.gradle b/android/build.gradle index fc8270de61..704f34f91c 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.6.0' + api 'io.sentry:sentry-android:7.8.0' }