go back to a newer version of commons-io as the ANR has been fixed
This commit is contained in:
parent
79e99cceac
commit
b95754a90c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue