diff options
author | Parménides GV <parmegv@sdf.org> | 2015-03-30 17:53:50 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-03-30 17:53:50 +0200 |
commit | 76396cda955c3681db9aa86224f465e3fd2ebf4b (patch) | |
tree | ee2bfff66ed35f3df5eb546209d549aae4afd271 /app/build.gradle | |
parent | 5734bbe4e7e509b81c6670c8a40225997593ddef (diff) |
testEveryProvider() coded and working.
Calyx fails.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4d3c5b9c..4441cafa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ android { } dependencies { - androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.2.1' + androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.3.1' compile 'com.jakewharton:butterknife:6.0.0+' provided 'com.squareup.dagger:dagger-compiler:1.2.2+' compile 'com.github.pedrovgs:renderers:1.3+' |