diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-15 14:00:15 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-15 14:53:52 +0530 |
commit | bcf33e90a574e072c0a5aa027dd2cf78e3f4e3f0 (patch) | |
tree | bcb9782143cc905feadfa0c0cdc66e59046da1db /gradle | |
parent | a6bcdd1d9da0fbc3d33cbfcace4756c79887170d (diff) |
Remove OpenKeychain code and leave TODOs for missing functionality
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ab09e529..da54d1c7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -87,7 +87,6 @@ thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-service thirdparty-nonfree-sentry = "io.sentry:sentry-android:6.2.1" thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.3.1" thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android-startup", version.ref = "leakcanary" } -thirdparty-sshauth = "com.github.open-keychain.open-keychain:sshauthentication-api:5.7.5" # TODO: Remove the explicit bcpkix dependency when upgrading this to a BC 1.71 compatible version thirdparty-sshj = "com.hierynomus:sshj:0.33.0" thirdparty-whatthestack = "com.github.haroldadmin:WhatTheStack:1.0.0-alpha04" |