From 24c3aedfea161dee411040e43e6dccaf3b3778af Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 19 Nov 2022 03:20:28 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.8.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index de610e55c3..1fa5ce57d1 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.7.1' + api 'io.sentry:sentry-android:6.8.0' }