Update commons-io test dep to 2.4

Ran the tests locally, all still pass.
This commit is contained in:
Daniel Martí 2016-02-22 18:40:11 +01:00
parent 9fe6545654
commit 5cca8102d7

View File

@ -26,7 +26,7 @@ dependencies {
compile 'io.reactivex:rxjava:1.1.0'
compile 'io.reactivex:rxandroid:0.23.0'
androidTestCompile 'commons-io:commons-io:2.2'
androidTestCompile 'commons-io:commons-io:2.4'
}
if (!hasProperty('sourceDeps')) {