Remove duplicated commons-io dep

It seems like having it as a compile dependency already works for the
tests. Having it duplicated seems to sometimes trigger errors (e.g. a
user reported a duplicate zip entry due to the duplication) and might
also be problematic if we don't keep the two versions in sync.
This commit is contained in:
Daniel Martí 2016-03-31 12:01:58 +01:00
parent 41d54f7e92
commit f34237f333

View File

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