simple-disk-cache
simple-disk-cache copied to clipboard
Deprecated Apache import
When upload the apk to the play store then it shows 0 supported devices, this because of: compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
Others had the same issue: http://stackoverflow.com/questions/14020237/android-app-is-supported-by-0-devices
I removed the upper library and the app becomes compatible with lot of devices.
I guess you should remove the line import org.apache.commons.io.IOUtils; and implement manually the methods.