From b83cd841e8f2e8a2b0172ec4abab29cd64c97286 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 16 Nov 2022 03:57:32 +0530 Subject: feat: remove Beagle's logger integration Fixes Sentry issue PASSWORD-STORE-GOOGLE-PLAY-14 --- app/build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8d528540..92ed3b0d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -104,12 +104,9 @@ dependencies { if (snapshot.snapshot) { implementation(libs.thirdparty.whatthestack) implementation(libs.thirdparty.beagle.ui.drawer) - implementation(libs.thirdparty.beagle.log) } else { debugImplementation(libs.thirdparty.beagle.ui.drawer) - debugImplementation(libs.thirdparty.beagle.log) releaseImplementation(libs.thirdparty.beagle.noop) - releaseImplementation(libs.thirdparty.beagle.log.noop) debugImplementation(libs.thirdparty.whatthestack) } -- cgit v1.2.3