aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-09-15 12:26:36 -0700
committerKenny Root <kenny@the-b.org>2015-09-15 12:28:23 -0700
commit5fa4537a4689238f432526a776d7f4908b0d339f (patch)
tree2be82c774a60813269dd49fa0b444dacdbf488bc /sshlib/build.gradle
parentdec7aafa8d3b766761b550e48dcbeb31a6516e7d (diff)
downloadsshlib-5fa4537a4689238f432526a776d7f4908b0d339f.tar.gz
sshlib-5fa4537a4689238f432526a776d7f4908b0d339f.tar.bz2
sshlib-5fa4537a4689238f432526a776d7f4908b0d339f.zip
Change SOCKS library to simplesocks
simplesocks only implements what we need and is 100% test covered!
Diffstat (limited to 'sshlib/build.gradle')
-rw-r--r--sshlib/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshlib/build.gradle b/sshlib/build.gradle
index ff1fe10..62de4fe 100644
--- a/sshlib/build.gradle
+++ b/sshlib/build.gradle
@@ -13,12 +13,12 @@ apply from: "${rootDir}/publish.gradle"
repositories {
maven {
- url 'https://dl.bintray.com/kruton/maven'
+ url 'https://dl.bintray.com/connectbot/maven/'
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.jcraft:jzlib:1.1.3'
- compile 'org.connectbot.jsocks:jsocks:1.0.0'
+ compile 'org.connectbot:simplesocks:1.0.1'
}