summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5b33dff8..2614c6fb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -50,6 +50,7 @@ android {
}
dependencies {
+ testCompile 'org.mockito:mockito-core:2.6.3'
androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.5.4'
testCompile 'junit:junit:4.12'
testCompile 'org.json:json:20170516'