From 2de636c31bf27f7e616f8d44bba6e6e877ba8ce3 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 28 Nov 2023 11:56:49 +0530 Subject: feat: remove WhatTheStack This is pretty unmaintained --- app/build.gradle.kts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2bef7d22..abd26932 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -89,12 +89,6 @@ dependencies { implementation(libs.thirdparty.sshj) implementation(libs.thirdparty.bouncycastle.bcprov) - if (snapshot.snapshot) { - implementation(libs.thirdparty.whatthestack) - } else { - debugImplementation(libs.thirdparty.whatthestack) - } - implementation(libs.thirdparty.slf4j.api) { because("SSHJ now uses SLF4J 2.0 which we don't want") } -- cgit v1.2.3