From b112c8b9e7d23b3733c5b1b811586ecdca140198 Mon Sep 17 00:00:00 2001 From: Pranav Batra Date: Thu, 31 Mar 2016 18:45:20 -0500 Subject: [PATCH] Update build.gradle --- assignments/assignment4a/app/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assignments/assignment4a/app/build.gradle b/assignments/assignment4a/app/build.gradle index af4c322..5e78b0f 100644 --- a/assignments/assignment4a/app/build.gradle +++ b/assignments/assignment4a/app/build.gradle @@ -24,8 +24,5 @@ dependencies { testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.2.1' androidTestCompile 'com.jayway.android.robotium:robotium:5.5.4' + androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.5.4' } - -dependencies{ - androidTestCompile fileTree(dir: 'libs', include: ['robotium-solo-5.5.3.jar']) -} \ No newline at end of file