aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-09-16 06:00:27 -0700
committerKenny Root <kenny@the-b.org>2015-09-16 06:00:27 -0700
commitf97d7bb2d4fc303ccfb4abf71e01a5662446d632 (patch)
tree6768fc2f7dc80dca482db9ce16aa0f67a5188896 /app/build.gradle
parent95591dd552e8878e333aee439f128e28f7fd522b (diff)
downloadconnectbot-f97d7bb2d4fc303ccfb4abf71e01a5662446d632.tar.gz
connectbot-f97d7bb2d4fc303ccfb4abf71e01a5662446d632.tar.bz2
connectbot-f97d7bb2d4fc303ccfb4abf71e01a5662446d632.zip
Update to version of sshlib that uses a smaller SOCKS library
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b5f402a..0c58439 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -18,7 +18,7 @@ buildscript {
}
dependencies {
- compile 'org.connectbot:sshlib:2.2.0'
+ compile 'org.connectbot:sshlib:2.2.1'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'