From f34237f333ed429b11966abfd6174761b00f4696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 31 Mar 2016 12:01:58 +0100 Subject: [PATCH] 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. --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9dc0b5cc2..9cff3bf96 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,6 @@ dependencies { } compile 'io.reactivex:rxjava:1.1.0' compile 'io.reactivex:rxandroid:0.23.0' - - androidTestCompile 'commons-io:commons-io:2.4' } if (!hasProperty('sourceDeps')) {