diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-25 14:50:24 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-25 14:50:24 +0100 |
commit | 1eae115424fcd522a0a95b1a30d74486a5fa7875 (patch) | |
tree | 2e7699d16252056b78332939e0009d5787517014 | |
parent | 55e549dc3104dd910f7396b418bb95cf3acb6dff (diff) |
upgrade apache commons version
-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 6395dbe2..b218ff91 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' } compile 'com.jcraft:jsch:0.1.53' - compile 'org.apache.commons:commons-io:1.3.2' + compile group: 'commons-io', name: 'commons-io', version: '2.5' compile 'com.jayway.android.robotium:robotium-solo:5.3.1' } tasks.findAll { // make all tasks whose name starts with 'assemble'... |