From aabd9d632ff97f7fc8efaa9d71a37f0901a33533 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Sat, 26 Dec 2020 22:11:20 +0100 Subject: [PATCH] Update build.gradle.kts --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bd362a6cbce8..05444824124d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -139,7 +139,7 @@ dependencies { implementation("com.hootsuite.android:nachos:1.2.0") // Crash analytics - implementation("io.sentry:sentry-android:3.1.2") + implementation("io.sentry:sentry-android:3.2.0") // Unit Testing testImplementation("junit:junit:4.13.1")