From aa3e25286928591bdf7ef824d6a6b934007ea66e Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Tue, 2 Jun 2020 15:59:38 +0200 Subject: [PATCH] Bump sentry-android to 2.1.4 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7f65ff25e4..f9d3fe5939 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,5 +26,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:2.1.3' + api 'io.sentry:sentry-android:2.1.4' }