summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-06-01 10:18:33 +0200
committerParménides GV <parmegv@sdf.org>2015-06-01 10:18:33 +0200
commitfcc8c55139143092005ffa5b56df2f4320fd9ec4 (patch)
tree987aa93ba9561a6c374da5d768c945917d52674d /app/build.gradle
parent37d3488bb2103245eb8ac6a3fe3abbc6dd1c12b5 (diff)
Update robotium + increase wait times
Sometimes, the emulator is so slow (I wish genymotion was open source...) that even though everything's going OK tests fail because they don't wait enough.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c4686dae..bc2b7d4b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -39,7 +39,7 @@ android {
}
dependencies {
- androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.3.1'
+ androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.4.1'
compile 'com.jakewharton:butterknife:6.1.0'
provided 'com.squareup.dagger:dagger-compiler:1.2.2'
compile 'com.github.pedrovgs:renderers:1.5'