diff options
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 72ab6757..545a7426 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -50,6 +50,8 @@ ext.deps = [ fastscroll: 'me.zhanghai.android.fastscroll:library:1.1.3', jsch: 'com.jcraft:jsch:0.1.55', jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r', + sshj: 'com.hierynomus:sshj:0.29.0', + bouncycastle: 'org.bouncycastle:bcprov-jdk15on:1.65', leakcanary: 'com.squareup.leakcanary:leakcanary-android:2.2', openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:2.0.0', ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0', |