I compile Commons-io package to my android project. when I want to create my project apk file it has problem with proguard! what's the progaurd-rule for ignoring this package?
compile 'org.apache.commons:commons-io:1.3.2'
error is:
Warning:Exception while processing task java.io.IOException: Can't write [C:\Users***\app\build\intermediates\transforms\proguard\release\jars\3\1f\main.jar] (Can't read [C:\Users***.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-io\1.3.2\b6dde38349ba9bb5e6ea6320531eae969985dae5\commons-io-1.3.2.jar(;;;;;;**.class)] (Duplicate zip entry [org/a/a/a/a.class == commons-io-1.3.2.jar:org/apache/commons/io/FileUtils.class]))