From b95754a90c1259c68d2ee45af9207ec1d3dee22b Mon Sep 17 00:00:00 2001 From: zeapo Date: Thu, 10 Aug 2017 11:44:01 +0200 Subject: go back to a newer version of commons-io as the ANR has been fixed --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3