aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-11-27 12:38:15 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-11-27 12:43:36 +0530
commit2decedbf4b48898dc6e26016f120bc20667d34a6 (patch)
tree65cc75b6b5afd8b205bf8c84ac9e12c8437825c4 /app/build.gradle.kts
parent7c7218ef22ae45f94fc0a81009e21e961a0eea09 (diff)
feat: remove Beagle
It breaks WhatTheStack and doesn't offer anything particularly useful
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 60f3f2f2..c125dd5a 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -104,10 +104,7 @@ dependencies {
if (snapshot.snapshot) {
implementation(libs.thirdparty.whatthestack)
- implementation(libs.thirdparty.beagle.ui.drawer)
} else {
- debugImplementation(libs.thirdparty.beagle.ui.drawer)
- releaseImplementation(libs.thirdparty.beagle.noop)
debugImplementation(libs.thirdparty.whatthestack)
}