diff options
-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 af743f47..67f4e095 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,6 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' } compile 'com.jcraft:jsch:0.1.53' - compile group: 'commons-io', name: 'commons-io', version: '2.5' + ompile 'org.apache.commons:commons-io:1.3.2' compile 'com.jayway.android.robotium:robotium-solo:5.3.1' } |