diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-05-28 06:27:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 09:57:30 +0530 |
commit | 97911c587754a7c11e594004b77c4ac53af8a468 (patch) | |
tree | 680453c63fc3873139a3937268f73ec6985cf03a /app/build.gradle | |
parent | fea82fed47d87138a9a24eb0358fc9a917474dc7 (diff) |
Use SSHJ for SSH public key authentication (#801)
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index ad0355ac..2e0671a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,6 +101,8 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' } implementation deps.third_party.jsch + implementation deps.third_party.sshj + implementation deps.third_party.bouncycastle implementation deps.third_party.openpgp_ktx implementation deps.third_party.ssh_auth implementation deps.third_party.timber |