aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2016-02-07 14:18:39 -0800
committerKenny Root <kenny@the-b.org>2016-02-21 14:43:32 -0800
commitac40fcb2412142ac2bca7d2ae27a838dd09f78bc (patch)
treed7b1248a82857a5d57af434ccfe9c5de01a0c82a /app/build.gradle
parentf7190764fd2329f258717625f165b034d7d204f3 (diff)
downloadconnectbot-ac40fcb2412142ac2bca7d2ae27a838dd09f78bc.tar.gz
connectbot-ac40fcb2412142ac2bca7d2ae27a838dd09f78bc.tar.bz2
connectbot-ac40fcb2412142ac2bca7d2ae27a838dd09f78bc.zip
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.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 7 insertions, 1 deletions
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'