From ac40fcb2412142ac2bca7d2ae27a838dd09f78bc Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sun, 7 Feb 2016 14:18:39 -0800 Subject: Support multiple known keys per host This will allow hosts we originally saw with a certain hostkey algorithm to continue to use those keys without warning us. --- app/build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 7267c9a..8f7c64b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,14 @@ buildscript { } } +repositories { + maven { + url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' + } +} + dependencies { - compile 'org.connectbot:sshlib:2.2.3' + compile 'org.connectbot:sshlib:2.2.4-SNAPSHOT' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19' -- cgit v1.2.3