Github user sagar15795 commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/89#discussion_r201674494
--- Diff: app/build.gradle ---
@@ -125,7 +126,13 @@ dependencies {
//Dependencies for JUNit and unit tests.
testImplementation "junit:junit:4.12"
- testImplementation "org.mockito:mockito-all:1.10.19"
+ testImplementation "org.mockito:mockito-all:$rootProject.mockito"
+ androidTestImplementation
"com.android.support.test.espresso:espresso-core:$rootProject.espresso"
+ androidTestImplementation "com.android.support.test:runner:1.0.1"
--- End diff --
do the same as above for all.
---