upgrade apache commons version
This commit is contained in:
parent
55e549dc31
commit
1eae115424
1 changed files with 1 additions and 1 deletions
|
@ -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'...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue