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 ------ app/proguard-rules.pro | 5 ----- 2 files changed, 11 deletions(-) (limited to 'app') 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") } diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index eb414a5d..25887cac 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -4,8 +4,3 @@ -keep class org.eclipse.jgit.internal.JGitText { *; } -keep class org.bouncycastle.jcajce.provider.** { *; } -keep class !org.bouncycastle.jce.provider.X509LDAPCertStoreSpi,org.bouncycastle.jce.provider.** { *; } - -# WhatTheStack --keep class com.haroldadmin.whatthestack.WhatTheStackInitializer { - (); -} -- cgit v1.2.3