diff options
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 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) } |