From 72b50e2e189bdb2e46bf7e63830d1cc948b2f35f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 16:44:49 -0400 Subject: [PATCH] build(deps): bump sentry-android from 6.3.0 to 6.3.1 in /android (#2414) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 01ae8b8d8b..27747f22d8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,5 +24,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.3.0' + api 'io.sentry:sentry-android:6.3.1' }