aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3df0ece..1a643e6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -108,7 +108,15 @@ tasks.create(name: "jacocoTestDebugReport", type: JacocoReport, dependsOn: "test
coveralls.jacocoReportPath = "${project.buildDir}/reports/jacoco/jacocoTestDebugReport/jacocoTestDebugReport.xml"
+repositories {
+ maven {
+ url 'https://dl.bintray.com/connectbot/maven'
+ }
+}
+
dependencies {
+ compile 'org.connectbot:sshlib:2.2.0'
+
testCompile 'junit:junit:4.12'
testCompile('org.robolectric:robolectric:3.0') {
exclude group: 'commons-logging', module: 'commons-logging'