I'm trying to use LastModifiedFileComparator referring http://www.avajava.com/tutorials/lessons/how-do-i-sort-an-array-of-files-according-to-their-last-modified-dates.html in Android.LastModifiedFileComparator isnt being resolved by using the import statement -
import org.apache.commons.io.comparator.LastModifiedFileComparator;
I've added the following statement in the dependencies, but it's still not working. Please help.
compile 'org.apache.commons:commons-io:1.3.2'