From 147dae0102979a0217ac8a9eea82a4969a1ecf63 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 23 Jul 2015 22:38:46 -0700 Subject: Move to library-based build --- app/build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/build.gradle') 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' -- cgit v1.2.3