diff options
author | zeapo <mohamed@zenadi.com> | 2017-08-10 11:44:01 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-08-10 11:44:01 +0200 |
commit | b95754a90c1259c68d2ee45af9207ec1d3dee22b (patch) | |
tree | ddeb9fc70526172bc7587cf66b2c9e3684497303 | |
parent | 79e99cceac439c18e6f048fdb1b8875e91fdf120 (diff) |
go back to a newer version of commons-io as the ANR has been fixed
-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 db681da7..8f7b10c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' } compile 'com.jcraft:jsch:0.1.54' - compile 'org.apache.commons:commons-io:1.3.2' + compile group: 'commons-io', name: 'commons-io', version: '2.4' compile 'com.jayway.android.robotium:robotium-solo:5.3.1' compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" compile 'com.android.support.constraint:constraint-layout:1.0.2' |