From f272e4dde2c05de64681a0e089387ef9c54bd7c7 Mon Sep 17 00:00:00 2001 From: vexofp Date: Fri, 5 Apr 2019 18:14:38 -0400 Subject: Authentication using OpenKeystore SSH API (#486) * Implemented OpenKeystore SSH API as a new authentication option * Fix formatting problems Signed-off-by: Harsh Shandilya * Addressed review comments. Removed leftover debugging code. Wrapped excessively long lines. Added missing new parameter to Javadoc. * Merge remote-tracking branch 'upstream/master' into gpg-ssh-key --- app/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5c7a58df..a82de5dc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -84,6 +84,7 @@ dependencies { implementation("com.jayway.android.robotium:robotium-solo:5.6.3") implementation(kotlin("stdlib-jdk8", KotlinCompilerVersion.VERSION)) implementation("androidx.constraintlayout:constraintlayout:1.1.3") + implementation("org.sufficientlysecure:sshauthentication-api:1.0") // Testing-only dependencies androidTestImplementation("junit:junit:4.12") -- cgit v1.2.3