From 249de6298821569f637c7629f8705ec0286fd8cd Mon Sep 17 00:00:00 2001 From: Infi Date: Sun, 5 Mar 2023 04:18:59 +0100 Subject: [PATCH] chore: add sentry dependency --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index cdf75e39..961dfcb1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,6 +110,10 @@ dependencies { // AboutLibraries - automated OSS library attribution implementation "com.mikepenz:aboutlibraries-compose:$aboutlibraries_version" + // Sentry - crash reporting + implementation 'io.sentry:sentry-android:6.15.0' + implementation 'io.sentry:sentry-compose-android:6.15.0' + // Other AndroidX libraries - used for various things and never seem to have a consistent version implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.browser:browser:1.5.0"