CrackMe.apk

Download file
    package androidx.lifecycle;

public interface LifecycleOwner {
    Lifecycle getLifecycle();
}
    
Download file