upgrade apache commons version

This commit is contained in:
Mohamed Zenadi 2017-07-25 14:50:24 +01:00
parent 55e549dc31
commit 1eae115424

View file

@ -64,7 +64,7 @@ dependencies {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
compile 'com.jcraft:jsch:0.1.53'
compile 'org.apache.commons:commons-io:1.3.2'
compile group: 'commons-io', name: 'commons-io', version: '2.5'
compile 'com.jayway.android.robotium:robotium-solo:5.3.1'
}
tasks.findAll { // make all tasks whose name starts with 'assemble'...