diff options
author | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2015-01-04 21:49:56 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2015-01-04 21:49:56 +0100 |
commit | df8994d84f3923ba64cb36ecdad54aa29e28f2a0 (patch) | |
tree | 7eb85fa141183222ca565cb8ee6d5c977cd88729 /app/build.gradle | |
parent | 33689cefc7a429e4f51607a013f6adc9c01ede94 (diff) | |
parent | 6922652173e05433bb9524b036baafb96c91ca1b (diff) |
Merge pull request #57 from zeapo/feature/refactor-git
Refactoring of the git process
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 6e107b6e..4ec80f82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,6 +32,7 @@ dependencies { compile project(':libraries:openpgp-api-lib') compile 'org.eclipse.jgit:org.eclipse.jgit:3.6.0.201411121045-m1' compile 'org.apache.commons:commons-io:1.3.2' + compile 'com.jayway.android.robotium:robotium-solo:5.2.1' } tasks.findAll { // make all tasks whose name starts with 'assemble'... it.name.startsWith 'assemble' |