From 8c074fe9af6c1f25935d61799b598fd2ba514727 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 16 Apr 2024 14:30:23 +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 0a51201529..18f7036299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,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) ### Fixes 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' }