aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-07-15 14:00:15 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-07-15 14:53:52 +0530
commitbcf33e90a574e072c0a5aa027dd2cf78e3f4e3f0 (patch)
treebcb9782143cc905feadfa0c0cdc66e59046da1db /app/build.gradle.kts
parenta6bcdd1d9da0fbc3d33cbfcace4756c79887170d (diff)
Remove OpenKeychain code and leave TODOs for missing functionality
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index d493d5df..cc8e7037 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -48,7 +48,6 @@ dependencies {
implementation(projects.coroutineUtils)
implementation(projects.cryptoPgpainless)
implementation(projects.formatCommon)
- implementation(projects.openpgpKtx)
implementation(projects.passgen.diceware)
implementation(projects.passgen.random)
implementation(projects.uiCompose)
@@ -85,7 +84,6 @@ dependencies {
implementation(libs.thirdparty.logcat)
implementation(libs.thirdparty.modernAndroidPrefs)
implementation(libs.thirdparty.plumber)
- implementation(libs.thirdparty.sshauth)
implementation(libs.thirdparty.sshj) { exclude(group = "org.bouncycastle") }
implementation(libs.thirdparty.bouncycastle.bcprov)
implementation(libs.thirdparty.bouncycastle.bcpkix)