aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/build.gradle
diff options
context:
space:
mode:
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'
}