go back to a newer version of commons-io as the ANR has been fixed

This commit is contained in:
zeapo 2017-08-10 11:44:01 +02:00
parent 79e99cceac
commit b95754a90c

View file

@ -67,7 +67,7 @@ dependencies {
exclude group: 'org.apache.httpcomponents', module: 'httpclient' exclude group: 'org.apache.httpcomponents', module: 'httpclient'
} }
compile 'com.jcraft:jsch:0.1.54' 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 'com.jayway.android.robotium:robotium-solo:5.3.1'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
compile 'com.android.support.constraint:constraint-layout:1.0.2' compile 'com.android.support.constraint:constraint-layout:1.0.2'