summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-06-01 13:13:17 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-06-01 14:32:06 +0200
commit662f8a46794f33276582783ccc2f24486651eb18 (patch)
tree60368aee704773a2a963c5192de626dd7d9d60d2 /build.gradle
parent6407e680ddf503e9e1dad9ca94ad081febb1a4c7 (diff)
downloadAntennaPod-662f8a46794f33276582783ccc2f24486651eb18.zip
Finished UITestUtils implementation
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b1a2a46ca..c350673c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ dependencies {
compile 'com.nineoldandroids:library:2.4.0'
compile project(':submodules:dslv:library')
- compile 'com.jayway.android.robotium:robotium-solo:5.0.1'
+ compile 'com.jayway.android.robotium:robotium-solo:5.1'
}
android {