diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-16 03:57:32 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-16 04:02:09 +0530 |
commit | b83cd841e8f2e8a2b0172ec4abab29cd64c97286 (patch) | |
tree | 11a8275e4ad621ea53de80a5e6cdf78199fe8a9d /app/build.gradle.kts | |
parent | 480374d97468ecbd052d49883457c3d056aa4709 (diff) |
feat: remove Beagle's logger integration
Fixes Sentry issue PASSWORD-STORE-GOOGLE-PLAY-14
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 3 |
1 files changed, 0 insertions, 3 deletions
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) } |