CrackMe.apk

Download file
    package com.facebook.cache.disk;

public interface EntryEvictionComparatorSupplier {
    EntryEvictionComparator get();
}
    
Download file