From 2decedbf4b48898dc6e26016f120bc20667d34a6 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 27 Nov 2022 12:38:15 +0530 Subject: feat: remove Beagle It breaks WhatTheStack and doesn't offer anything particularly useful --- 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 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) } -- cgit v1.2.3