summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-07-10 12:40:26 +0200
committerParménides GV <parmegv@sdf.org>2014-07-24 16:50:48 +0200
commit629a0b279a80938212b01c096e55c402d91739d4 (patch)
tree5e3a06fa200dc18d3891dddbeb8ee3f0ba04e62b /app/build.gradle
parentc552639de6e6192654c9aea02e89d6541baa3857 (diff)
We don't need support library from Robotium.
I've also fixed a simple test that wasn't letting the suite to finish correctly.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 82f71bc8..c4fdc44b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -46,9 +46,9 @@ android {
}
dependencies {
- androidTestCompile 'com.android.support:support-v4:20+'
- androidTestCompile 'com.android.support:appcompat-v7:20.+'
- androidTestCompile 'com.jayway.android.robotium:robotium-solo:4.3.1'
+ // androidTestCompile 'com.android.support:support-v4:20+'
+ // androidTestCompile 'com.android.support:appcompat-v7:20.+'
+ androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.2.1'
compile 'com.intellij:annotations:12.0'
}