From a2ebcfca3407a9457e2dcff626bcc4deaae93c20 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Jun 2021 10:15:56 +0000 Subject: [PATCH] Update dependency io.sentry:sentry-android to v5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 284981a4..7dfdbc0d 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -234,7 +234,7 @@ dependencies { debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' - githubImplementation 'io.sentry:sentry-android:4.3.0' + githubImplementation 'io.sentry:sentry-android:5.0.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' testImplementation "androidx.test.ext:junit-ktx:1.1.2"