From 2762c1757848efcb789b58e819987633a59ba270 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 24 Oct 2022 15:29:32 +0530 Subject: feat: setup Beagle for debugging --- app/build.gradle.kts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c099a2da..9baec021 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -102,7 +102,13 @@ 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