CrackMe.apk

Download file
    package androidx.core.util;

public interface Supplier<T> {
    T get();
}
    
Download file